yangshike opened a new issue, #11557:
URL: https://github.com/apache/apisix/issues/11557

   ### 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


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to