Skip to content

Instantly share code, notes, and snippets.

@Mozartted
Created May 23, 2018 04:56
Show Gist options
  • Save Mozartted/33b2622e59f0b2bc94f856d87d59f99a to your computer and use it in GitHub Desktop.
Save Mozartted/33b2622e59f0b2bc94f856d87d59f99a to your computer and use it in GitHub Desktop.
// basic proxy pass
location / {
proxy_pass http://ourserver2here.com
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment