Created
July 13, 2012 12:18
-
-
Save i0n/3104608 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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