Created
April 16, 2016 07:50
-
-
Save richjenks/747ea17933ef33feeb9d4187a3a2c83d to your computer and use it in GitHub Desktop.
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> | |
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