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 svisa.dev
- ## Vhost docroot
- DocumentRoot "/var/www/svisa"
- ## Directories, there should at least be a declaration for /var/www/svisa
- <Directory "/var/www/svisa">
- Options Indexes FollowSymLinks MultiViews
- AllowOverride All
- Order allow,deny
- Allow from all
- </Directory>
- ## Load additional static includes
- ## Logging
- ErrorLog "/var/log/apache2/Qxen8P1wgc5f_error.log"
- ServerSignature Off
- CustomLog "/var/log/apache2/Qxen8P1wgc5f_access.log" combined
- ## Server aliases
- ServerAlias www.svisa.dev
- ## SetEnv/SetEnvIf for environment variables
- SetEnv APP_ENV dev
- ## Custom fragment
- </VirtualHost>
Add Comment
Please, Sign In to add comment