Forward gunicorn requests via http 1.1

pull/1631/head
Piero Toffanin 2025-03-17 16:03:27 -04:00
rodzic 26185bc3a0
commit f5d1786423
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -64,6 +64,7 @@ http {
}
location / {
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# enable this if and only if you use HTTPS

Wyświetl plik

@ -53,6 +53,7 @@ http {
}
location / {
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# enable this if and only if you use HTTPS