Skip to content

Instantly share code, notes, and snippets.

@andrewgdunn
Created January 20, 2011 12:40
Show Gist options
  • Save andrewgdunn/787828 to your computer and use it in GitHub Desktop.
Save andrewgdunn/787828 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "/var/www/agdunn.net/projects"
ServerName projects.agdunn.net
<Directory "/var/www/agdunn.net/projects">
allow from all
Options None
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment