help request: About parameter configuration
Description
I used nginx as a gateway before, and there was a parameter that only applies to one domain name: server { server_name b.com ... tcp_nodelay on; ... } server { server_name a.com ... tcp_nodelay off; ... } Where do I need to set the tcp-nodely parameter when I add these two domains to Apisix。
Environment
apisix 3.9
In addition, the official website only writes one attribute for the proxy-control plug-in. Does it mean that only this one attribute can be configured, and other nginx-related attributes cannot be configured here?
can only config the : request_buffering ??
this isn't yet supported.
You can try Customize Nginx configuration https://apisix.apache.org/docs/apisix/customize-nginx-configuration/
If there is still a problem, please open it again.