kopia lustrzana https://github.com/OpenDroneMap/WebODM
Forward gunicorn requests via http 1.1
rodzic
26185bc3a0
commit
f5d1786423
|
@ -64,6 +64,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
proxy_http_version 1.1;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|
||||||
# enable this if and only if you use HTTPS
|
# enable this if and only if you use HTTPS
|
||||||
|
|
|
@ -53,6 +53,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
proxy_http_version 1.1;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|
||||||
# enable this if and only if you use HTTPS
|
# enable this if and only if you use HTTPS
|
||||||
|
|
Ładowanie…
Reference in New Issue