apisix icon indicating copy to clipboard operation
apisix copied to clipboard

help request: About parameter configuration

Open yangshike opened this issue 1 year ago • 2 comments

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

yangshike avatar Sep 06 '24 10:09 yangshike

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? 1

can only config the : request_buffering ??

yangshike avatar Sep 07 '24 06:09 yangshike

this isn't yet supported.

shreemaan-abhishek avatar Sep 17 '24 09:09 shreemaan-abhishek

You can try Customize Nginx configuration https://apisix.apache.org/docs/apisix/customize-nginx-configuration/

Baoyuantop avatar May 20 '25 07:05 Baoyuantop

If there is still a problem, please open it again.

Baoyuantop avatar May 20 '25 07:05 Baoyuantop