a1156698162 commented on issue #10204: URL: https://github.com/apache/apisix/issues/10204#issuecomment-3051543007
> You can set in nginx configuration snippet, for example, add this in config.yaml > > ``` > nginx_config: > http_server_location_configuration_snippet: | > proxy_buffering off; > ``` > > run `apisix init` and you will see `proxy_buffering off;` in `conf/nginx.con`. > > Limitation: Works for all Routes. I'm not sure is it possible to do this in custom plugin, to enable on individual Route. @br41n10 可是我验证下来,apisix不用额外配置就支持sse。我看了apisix运行时生成的nginx.conf。没有发现proxy_buffering这个配置。那按道理默认时on的呀。这块原因您清楚吗? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org