Skip to content

Instantly share code, notes, and snippets.

@tad124737337
Created May 5, 2015 18:21
Show Gist options
  • Save tad124737337/89306ac67c12e0e3e456 to your computer and use it in GitHub Desktop.
Save tad124737337/89306ac67c12e0e3e456 to your computer and use it in GitHub Desktop.
server {
listen 80 default_server;
location / {
proxy_pass http://localhost:8080;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment