Created
February 12, 2018 13:10
-
-
Save takeit/c2b3a6c994a63511e78f50329e4ee219 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 example.com | |
DocumentRoot /var/www/publisher/web | |
DirectoryIndex index.php index.html | |
<Directory /var/www/publisher/web> | |
AllowOverride All | |
Order Allow,Deny | |
Allow from All | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment