Enable Apache mod_rewrite on files server
Some sites served from the files server need rewrite support, so enable the module. Change-Id: I02b5ee92122ef685b6f52c54c83526cf39448cb3
This commit is contained in:
parent
dda650877c
commit
3a80de20fc
@ -38,6 +38,11 @@ class openstack_project::files (
|
||||
]
|
||||
}
|
||||
|
||||
httpd_mod { 'rewrite':
|
||||
ensure => present,
|
||||
before => Service['httpd'],
|
||||
}
|
||||
|
||||
class { '::httpd::logrotate':
|
||||
options => [
|
||||
'daily',
|
||||
|
Loading…
x
Reference in New Issue
Block a user