Skip to content

Instantly share code, notes, and snippets.

@skottler
Created October 10, 2011 02:03
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 skottler/1274481 to your computer and use it in GitHub Desktop.
Save skottler/1274481 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name localhost;
location / {
proxy_pass localhost:8090;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment