Skip to content

Instantly share code, notes, and snippets.

@i0n
Created July 13, 2012 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i0n/3104608 to your computer and use it in GitHub Desktop.
Save i0n/3104608 to your computer and use it in GitHub Desktop.
server {
server_name explore.reviewomatic.dev.gov.uk;
location / {
proxy_http_version 1.1;
proxy_pass http://127.0.0.1:8096;
}
}
server {
server_name reviewomatic.dev.gov.uk;
root /Users/i0n/Sites/reviewomatic/public;
rails_env development;
passenger_enabled on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment