Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notblizzard/fc6cf540f1e12dd3daf78035bb3c0e23 to your computer and use it in GitHub Desktop.
Save notblizzard/fc6cf540f1e12dd3daf78035bb3c0e23 to your computer and use it in GitHub Desktop.
website.com.conf
<VirtualHost *:80>
ServerAdmin ****@gmail.com
ServerName website.com
ServerAlias www.website.com
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