Created
March 25, 2014 11:57
-
-
Save maaarghk/9760296 to your computer and use it in GitHub Desktop.
yass
This file contains 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
<Directory "/www/sites"> | |
Options Indexes FollowSymLinks Includes ExecCGI | |
AllowOverride All | |
Require all granted | |
</Directory> | |
<VirtualHost *:80> | |
VirtualDocumentRoot /www/sites/%0/ | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment