Skip to content

Instantly share code, notes, and snippets.

@nandomoreirame
Created March 7, 2015 19:48
Show Gist options
  • Save nandomoreirame/ac6e1ca743d8f38bb18e to your computer and use it in GitHub Desktop.
Save nandomoreirame/ac6e1ca743d8f38bb18e to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName example.com
ServerAlias www.example.com
DocumentRoot /var/www
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