Skip to content

Instantly share code, notes, and snippets.

@richjenks
Created April 16, 2016 07:50
Show Gist options
  • Save richjenks/747ea17933ef33feeb9d4187a3a2c83d to your computer and use it in GitHub Desktop.
Save richjenks/747ea17933ef33feeb9d4187a3a2c83d to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName localhost
DocumentRoot /var/www/site
<Directory /var/www/site>
Options Indexes FollowSymLinks
Require all granted
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment