mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Fix nginx.conf
This commit is contained in:
parent
4b0a4b5d5a
commit
d40e863abe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue