Skip to content

Instantly share code, notes, and snippets.

@jeroenbourgois
Created February 26, 2011 18:28
Show Gist options
  • Save jeroenbourgois/845471 to your computer and use it in GitHub Desktop.
Save jeroenbourgois/845471 to your computer and use it in GitHub Desktop.
nginx-apache-vhost
<VirtualHost *:8080>
ServerName dropbox.local
DocumentRoot "/Users/Jeroen/Dropbox/Private/development/online"
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment