Skip to content

Instantly share code, notes, and snippets.

@kevinlondon
Created April 25, 2016 20:18
Show Gist options
  • Save kevinlondon/2f6ec12b196733c251dda6748bc562e5 to your computer and use it in GitHub Desktop.
Save kevinlondon/2f6ec12b196733c251dda6748bc562e5 to your computer and use it in GitHub Desktop.
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