Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ************************************
- # Vhost template in module puppetlabs-apache
- # Managed by Puppet
- # ************************************
- <VirtualHost *:80>
- ServerName nodepool.openstack.org
- ## Vhost docroot
- DocumentRoot "/var/log/nodepool/image"
- ## Directories, there should at least be a declaration for /var/log/nodepool/image
- <Directory "/var/log/nodepool/image">
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- Require all granted
- </Directory>
- ## Logging
- ErrorLog "/var/log/apache2/nodepool.openstack.org_error.log"
- ServerSignature Off
- CustomLog "/var/log/apache2/nodepool.openstack.org_access.log" combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment