Skip to content

Instantly share code, notes, and snippets.

@Voronenko
Created May 23, 2014 06:45
Show Gist options
  • Save Voronenko/66a51201ac57cff9b94d to your computer and use it in GitHub Desktop.
Save Voronenko/66a51201ac57cff9b94d to your computer and use it in GitHub Desktop.
site conf for dev site located under home folder
<VirtualHost *:80>
DocumentRoot "/home/slavko/labs"
ServerName labs.lvh.me
<Directory "/home/slavko/labs">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment