Standardize vhost options for security.o.o
In preparation for reusing the security.openstack.org vhost configuration for other similar vhosts, adjust the directory options on its docroot to match what the Puppet httpd module creates by default. Change-Id: I1110638619dbb43a019225c5304c69688e1977af
This commit is contained in:
parent
9609fcaa9c
commit
3a7efa0116
@ -29,7 +29,10 @@
|
||||
SSLCertificateChainFile <%= scope['openstack_project::static::chain_file'] %>
|
||||
<% end %>
|
||||
<Directory <%= @docroot %>>
|
||||
Allow from all
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
Satisfy Any
|
||||
</Directory>
|
||||
LogLevel warn
|
||||
|
Loading…
Reference in New Issue
Block a user