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:
hailin 2026-03-06 18:48:27 -08:00
parent 19ad0d39fe
commit 9ed0d7e739
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ services:
KONG_ADMIN_ERROR_LOG: /dev/stderr
KONG_ADMIN_LISTEN: 0.0.0.0:8001
KONG_PROXY_LISTEN: 0.0.0.0:8080
KONG_NGINX_PROXY_PROXY_REQUEST_BUFFERING: "off"
ports:
- "48080:8080" # Proxy (frontend connects here)
- "127.0.0.1:48001:8001" # Admin API