Skip to content

Instantly share code, notes, and snippets.

@luizcarraro
Created December 11, 2017 19:16
Show Gist options
  • Select an option

  • Save luizcarraro/af7d3a43f86c9f6764cba4ebca9948cf to your computer and use it in GitHub Desktop.

Select an option

Save luizcarraro/af7d3a43f86c9f6764cba4ebca9948cf to your computer and use it in GitHub Desktop.
Configurar query param inserido pelo NGINX dinamicamente
location = /oneapi {
set $args $args&parametro=johnDoe;
proxy_pass https://api.somewhere.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment