Skip to content

Instantly share code, notes, and snippets.

@danmcclain
Created October 21, 2011 12:52
Show Gist options
  • Save danmcclain/1303763 to your computer and use it in GitHub Desktop.
Save danmcclain/1303763 to your computer and use it in GitHub Desktop.
server {
server_name *.ducky.local ducky.local 127.0.0.1;
root /Projects/Ruby/Rails/duckyg/public;
rack_env development;
passenger_enabled on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment