Skip to content

Instantly share code, notes, and snippets.

@uranio-235
Created November 30, 2016 19:17
Show Gist options
  • Save uranio-235/f6edc4a7ddb1cb6334f4f0f9aabe78b7 to your computer and use it in GitHub Desktop.
Save uranio-235/f6edc4a7ddb1cb6334f4f0f9aabe78b7 to your computer and use it in GitHub Desktop.
proxy pass
location / {
proxy_pass http://192.168.0.10:3000;
proxy_set_header Host $host;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment