Fix nginx.conf

This commit is contained in:
JensDiemer 2020-12-29 11:01:34 +01:00
parent 4b0a4b5d5a
commit d40e863abe

View file

@ -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;