Created
May 23, 2014 06:45
-
-
Save Voronenko/66a51201ac57cff9b94d to your computer and use it in GitHub Desktop.
site conf for dev site located under home folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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