Skip to content

Instantly share code, notes, and snippets.

@ojacobson
Created January 8, 2013 01:50
Show Gist options
  • Save ojacobson/4480384 to your computer and use it in GitHub Desktop.
Save ojacobson/4480384 to your computer and use it in GitHub Desktop.
:)owen@nj1:~$ cat /etc/apache2/sites-available/grimoire.ca
<VirtualHost *:80>
ServerName grimoire.ca
ServerAdmin [email protected]
DocumentRoot /var/www/grimoire.ca
<Directory /var/www/grimoire.ca>
Options FollowSymLinks MultiViews
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment