mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
parent
d0c30a1992
commit
047ef65afc
@ -83,10 +83,7 @@ To turn off buffering, you only need to add ``proxy_buffering off;`` to your
|
||||
proxy_redirect off;
|
||||
proxy_buffering off;
|
||||
|
||||
if (!-f $request_filename) {
|
||||
proxy_pass http://app_server;
|
||||
break;
|
||||
}
|
||||
proxy_pass http://app_server;
|
||||
}
|
||||
...
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user