Bugfix nginx.conf

This commit is contained in:
JensDiemer 2020-12-12 20:36:00 +01:00
parent bc2b33b35d
commit 6342fedcb2

View file

@ -12,7 +12,7 @@ location __PATH__/static/ {
# expires 30d;
#}
location / {
location __PATH__/ {
# https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf
# this is needed if you have file import via upload enabled