Skip to content

Instantly share code, notes, and snippets.

@marzdgzmn
Created April 5, 2019 04:08
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 marzdgzmn/cebebb95027d2ffbadbac7abe46b24b2 to your computer and use it in GitHub Desktop.
Save marzdgzmn/cebebb95027d2ffbadbac7abe46b24b2 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name domain.com www.domain.com;
location /helpscout.podio {
proxy_pass http://localhost:3000/todo;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment