Created
December 27, 2016 02:03
-
-
Save ejancorp/40e14a5598ebc667db2a041abd257d20 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 local.management.topbet.eu:80> | |
ServerName local.management.topbet.eu | |
ServerAlias www.local.management.topbet.eu | |
DocumentRoot /var/www/management/web | |
<Directory /var/www/management/web> | |
AllowOverride All | |
Order Allow,Deny | |
Allow from All | |
</Directory> | |
ErrorLog /var/log/apache2/casinocmf_error.log | |
CustomLog /var/log/apache2/casinocmf_access.log combined | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment