Skip to content

Instantly share code, notes, and snippets.

@jsrn
Created January 27, 2014 13:38
Show Gist options
  • Save jsrn/8648701 to your computer and use it in GitHub Desktop.
Save jsrn/8648701 to your computer and use it in GitHub Desktop.
webcm vhost
<VirtualHost *:80>
ServerName webconstructionmanager
DocumentRoot /var/www/webconstructionmanager/public/
<Directory /var/www/webconstructionmanager/public>
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment