abusesa: Fix path in the vsroom -> live redirect
This commit is contained in:
parent
85a37f8624
commit
dc87bed659
3 changed files with 16 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
<Directory "/srv/www/https/*/vsroom">
|
||||
AllowOverride All
|
||||
AllowOverride FileInfo
|
||||
</Directory>
|
||||
|
|
|
@ -92,6 +92,13 @@ define abusesa::live::configwebhost($htdocs) {
|
|||
owner => 'root',
|
||||
group => 'root',
|
||||
}
|
||||
file { "/srv/www/https/${name}/abusesa/index.html":
|
||||
ensure => present,
|
||||
mode => '0644',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
content => '',
|
||||
}
|
||||
}
|
||||
|
||||
file { "/srv/www/https/${name}/abusesa/live":
|
||||
|
@ -111,7 +118,7 @@ define abusesa::live::configwebhost($htdocs) {
|
|||
mode => '0644',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
content => "Redirect permanent /vsroom/ /abusesa/live/\n",
|
||||
content => "Redirect permanent /vsroom/overview/ /abusesa/live/\n",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -143,6 +143,13 @@ define abusesa::search::configwebhost($htdocs) {
|
|||
owner => 'root',
|
||||
group => 'root',
|
||||
}
|
||||
file { "/srv/www/https/${name}/abusesa/index.html":
|
||||
ensure => present,
|
||||
mode => '0644',
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
content => '',
|
||||
}
|
||||
}
|
||||
|
||||
file { "/srv/www/https/${name}/abusesa/search":
|
||||
|
|
Loading…
Add table
Reference in a new issue