Skip to content

Instantly share code, notes, and snippets.

@styks1987
Last active August 29, 2015 14:08
Show Gist options
  • Save styks1987/a3cbf2d6c8bd928bb997 to your computer and use it in GitHub Desktop.
Save styks1987/a3cbf2d6c8bd928bb997 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin template.email
ServerName template.url
DocumentRoot template.webroot
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment