Skip to content

Instantly share code, notes, and snippets.

@Kwpolska
Created March 1, 2014 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kwpolska/9288026 to your computer and use it in GitHub Desktop.
Save Kwpolska/9288026 to your computer and use it in GitHub Desktop.
server {
listen 80;
server_name kwpolska.dyndns.org;
root /var/flask/kwlh;
location / { try_files $uri @kwlh; }
location @kwlh {
include uwsgi_params;
uwsgi_pass 127.0.0.1:3031;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment