Handle streaming responses in nginx

This commit is contained in:
2025-02-26 12:48:56 +01:00
parent 56108c7d37
commit ece4af3d17
+3
View File
@@ -22,6 +22,9 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_buffering off;
proxy_cache_bypass $http_upgrade;
proxy_http_version 1.1;
}
}
}