Skip to content

Instantly share code, notes, and snippets.

@odino
Created May 1, 2014 19:22
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 odino/6750004f735c8d08687d to your computer and use it in GitHub Desktop.
Save odino/6750004f735c8d08687d to your computer and use it in GitHub Desktop.
location ~ '^/v(\d{1,2})/(.*)' {
proxy_pass http://127.0.0.1/$1/$3;
proxy_set_header Api-Version $2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment