Created
November 30, 2016 19:17
-
-
Save uranio-235/f6edc4a7ddb1cb6334f4f0f9aabe78b7 to your computer and use it in GitHub Desktop.
proxy pass
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 / { | |
proxy_pass http://192.168.0.10:3000; | |
proxy_set_header Host $host; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment