Skip to content

Instantly share code, notes, and snippets.

@luissquall
Created June 30, 2016 16:34
Show Gist options
  • Save luissquall/e40084a49a40fa7a4d73178a77e12e0a to your computer and use it in GitHub Desktop.
Save luissquall/e40084a49a40fa7a4d73178a77e12e0a to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName {{ domain }}
ServerAdmin luissquall@gmail.com
DocumentRoot "{{ webroot }}"
<Directory "{{ webroot }}">
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment