Skip to content

Instantly share code, notes, and snippets.

@ejancorp
Created December 27, 2016 02:03
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ejancorp/40e14a5598ebc667db2a041abd257d20 to your computer and use it in GitHub Desktop.
<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