Skip to content

Instantly share code, notes, and snippets.

@rasy-js
Last active August 29, 2015 14:23
Show Gist options
  • Save rasy-js/20e967126c4ec77865f8 to your computer and use it in GitHub Desktop.
Save rasy-js/20e967126c4ec77865f8 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName staners.local
ServerAlias www.staners.local
ServerAdmin webmaster@localhost
DocumentRoot /var/www/staners/
SetEnv APPLICATION_ENV "development"
ErrorLog ${APACHE_LOG_DIR}/staners.local-error.log
CustomLog ${APACHE_LOG_DIR}/staners.local-access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment