Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created September 15, 2016 12:49
Show Gist options
  • Save maxehmookau/74a357cf34649ab7d9a6f49f85c5f7c5 to your computer and use it in GitHub Desktop.
Save maxehmookau/74a357cf34649ab7d9a6f49f85c5f7c5 to your computer and use it in GitHub Desktop.
upstream myhealthcare {
server 192.168.12.10:9292;
}
server {
listen 80;
try_files $uri @app;
location @app {
proxy_pass http://rails_app;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment