Update nodepool log vhost for apache 2.4
Update nodepool log vhost for apache 2.4 permissions as provided by trusty Change-Id: Ibd0a2d10c47ea8cee0059c320b55a3e40d23b31a
This commit is contained in:
parent
9b01b63047
commit
f1c931d969
@ -4,9 +4,8 @@
|
||||
<Directory <%= scope.lookupvar("nodepool::image_log_document_root") %>>
|
||||
Options <%= scope.lookupvar("apache::params::options") %>
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Directory>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ErrorLog /var/log/<%= scope.lookupvar("apache::params::apache_name") %>/nodepool_error.log
|
||||
LogLevel warn
|
||||
|
Loading…
x
Reference in New Issue
Block a user