Created
January 8, 2013 01:50
-
-
Save ojacobson/4480384 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
:)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