Skip to content

Instantly share code, notes, and snippets.

@DannyNunez
Created May 9, 2014 19:40
Show Gist options
  • Save DannyNunez/ef3cf373f3b9e8e31b30 to your computer and use it in GitHub Desktop.
Save DannyNunez/ef3cf373f3b9e8e31b30 to your computer and use it in GitHub Desktop.
v-host ubuntu 12.04
<VirtualHost *:80>
ServerName dev.example.com
DocumentRoot "/var/www/example/public_html"
<Directory "/var/www/example/public_html">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
ErrorLog "logs/mysite.local-error_log"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment