Skip to content

Instantly share code, notes, and snippets.

@p8R
Last active May 4, 2020 08:10
Show Gist options
  • Save p8R/063b4d73514c503fac06b2b02dc2465b to your computer and use it in GitHub Desktop.
Save p8R/063b4d73514c503fac06b2b02dc2465b to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin $EMAIL
DocumentRoot $DOCROOT
ServerName $SERVER_NAME
ServerAlias $SERVER_ALIAS
#ErrorLog "logs/dummy-host.example.com-error.log"
#CustomLog "logs/dummy-host.example.com-access.log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment