Skip to content

Instantly share code, notes, and snippets.

@biscuitrainbow
Created March 30, 2018 08:11
Show Gist options
  • Save biscuitrainbow/c072209195727288341c7a71cbd2b085 to your computer and use it in GitHub Desktop.
Save biscuitrainbow/c072209195727288341c7a71cbd2b085 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName localhost
ServerAdmin webmaster@localhost
DocumentRoot /var/www/dormitory/public
<Directory /var/www/dormitory/public>
AllowOverride All
</Directory>
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