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:
Ian Wienand 2015-01-08 10:32:57 +11:00
parent 3e7c334dec
commit ac1c0f8b1f
1 changed files with 2 additions and 3 deletions

View File

@ -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