Created
April 25, 2016 20:18
-
-
Save kevinlondon/2f6ec12b196733c251dda6748bc562e5 to your computer and use it in GitHub Desktop.
This file contains 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
server { | |
listen 80; | |
location / { | |
include proxy_params; | |
proxy_pass http://unix:/tmp/hello_world.sock; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment