Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2012 12:24
Show Gist options
  • Save anonymous/3047061 to your computer and use it in GitHub Desktop.
Save anonymous/3047061 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name www.idrinkink.org idrinkink.org;
location / {
include uwsgi_params;
uwsgi_pass unix:/tmp/i_drink_ink.sock;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment