diff --git a/conf/nginx.conf b/conf/nginx.conf index 2b5372d..8c05d5e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,7 @@ location __PATH__/static/ { expires 30d; } -location / { +location __PATH__/ { # https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf proxy_http_version 1.1;