Skip to content

Instantly share code, notes, and snippets.

@markbates
Created August 27, 2008 00:30
Show Gist options
  • Save markbates/7386 to your computer and use it in GitHub Desktop.
Save markbates/7386 to your computer and use it in GitHub Desktop.
## Sample virtual host ##
<VirtualHost *:80>
ServerName www.example.com
DocumentRoot "/path/to/your/mack/app/public"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment