fix(kong): revert unnecessary KONG_NGINX_PROXY_PROXY_REQUEST_BUFFERING env var
Root cause was proxy_request_buffering off in Nginx gateway (already removed). Kong should use default settings, matching IT0 reference architecture. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
19ad0d39fe
commit
9ed0d7e739
|
|
@ -182,7 +182,6 @@ services:
|
||||||
KONG_ADMIN_ERROR_LOG: /dev/stderr
|
KONG_ADMIN_ERROR_LOG: /dev/stderr
|
||||||
KONG_ADMIN_LISTEN: 0.0.0.0:8001
|
KONG_ADMIN_LISTEN: 0.0.0.0:8001
|
||||||
KONG_PROXY_LISTEN: 0.0.0.0:8080
|
KONG_PROXY_LISTEN: 0.0.0.0:8080
|
||||||
KONG_NGINX_PROXY_PROXY_REQUEST_BUFFERING: "off"
|
|
||||||
ports:
|
ports:
|
||||||
- "48080:8080" # Proxy (frontend connects here)
|
- "48080:8080" # Proxy (frontend connects here)
|
||||||
- "127.0.0.1:48001:8001" # Admin API
|
- "127.0.0.1:48001:8001" # Admin API
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue