Skip to content

Instantly share code, notes, and snippets.

@stinkymonkeyph
Created July 31, 2019 02:25
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 stinkymonkeyph/03f27490c1e9428af21d10566e785a57 to your computer and use it in GitHub Desktop.
Save stinkymonkeyph/03f27490c1e9428af21d10566e785a57 to your computer and use it in GitHub Desktop.
location ^~ /api {
rewrite ^/api/(.*)$ /$1 break;
proxy_pass http://localhost:6969;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment