Created
December 11, 2017 19:16
-
-
Save luizcarraro/af7d3a43f86c9f6764cba4ebca9948cf to your computer and use it in GitHub Desktop.
Configurar query param inserido pelo NGINX dinamicamente
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| location = /oneapi { | |
| set $args $args¶metro=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