Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gregorynicholas/4466093 to your computer and use it in GitHub Desktop.
Save gregorynicholas/4466093 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