Created
January 13, 2016 06:02
-
-
Save ajayk/99ee02e0982565c84a81 to your computer and use it in GitHub Desktop.
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 ~ /api { | |
proxy_ssl_server_name on; | |
set $proxy_pass_1 'https://sample.execute-api.us-east-1.amazonaws.com/stage'; | |
proxy_pass $proxy_pass_1$request_uri; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment