Skip to content

Instantly share code, notes, and snippets.

@pedrofaria
Created February 29, 2016 23:43
Show Gist options
  • Save pedrofaria/93ef30cb918724f6f6bf to your computer and use it in GitHub Desktop.
Save pedrofaria/93ef30cb918724f6f6bf to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/public
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
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