kopia lustrzana https://github.com/OpenDroneMap/WebODM
Fix proxy buffering
rodzic
949a9990c5
commit
7d42f8fa43
|
@ -75,9 +75,6 @@ http {
|
||||||
# redirects, we set the Host: header above already.
|
# redirects, we set the Host: header above already.
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
||||||
# for streaming requests
|
|
||||||
proxy_buffering off;
|
|
||||||
|
|
||||||
proxy_pass http://app_server;
|
proxy_pass http://app_server;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,9 +64,6 @@ http {
|
||||||
# redirects, we set the Host: header above already.
|
# redirects, we set the Host: header above already.
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
||||||
# for streaming requests
|
|
||||||
proxy_buffering off;
|
|
||||||
|
|
||||||
proxy_pass http://app_server;
|
proxy_pass http://app_server;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue