Skip to content

Instantly share code, notes, and snippets.

@abdulmuneer22
Created February 22, 2018 03:54
Show Gist options
  • Save abdulmuneer22/318d5b00dd04cdfb1723bdc9f5ded6c2 to your computer and use it in GitHub Desktop.
Save abdulmuneer22/318d5b00dd04cdfb1723bdc9f5ded6c2 to your computer and use it in GitHub Desktop.
server {
location / {
proxy_pass http://127.0.0.1:3000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment