From d594f9e88961cd2dbf667ea264f4251f87f9cd2d Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Fri, 2 Oct 2015 13:06:31 -0400 Subject: Initial commit --- contrib/nginx.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 contrib/nginx.conf (limited to 'contrib/nginx.conf') diff --git a/contrib/nginx.conf b/contrib/nginx.conf new file mode 100644 index 0000000..131634a --- /dev/null +++ b/contrib/nginx.conf @@ -0,0 +1,8 @@ +server { + listen 80; + location / { try_files $uri @app; } + location @app { + include uwsgi_params; + uwsgi_pass unix:/var/run/uwsgi/app.sock; + } +} -- cgit v1.2.3-70-g09d2