Re: How can I sync nginx.conf in two keepalived server?

2024-01-30 Thread Jason Anderson via nginx
This may help: https://docs.nginx.com/nginx/admin-guide/high-availability/configuration-sharing/ Regards, Jason On Tue, Jan 30, 2024, 9:04 AM baalchina wrote: > Hi, all. I had just deploy two nginx servers and made them high-available > using keepalived. I tested it, and HA works fine. > > Bu

Re: Configuration adjustment for GRPC service

2024-01-25 Thread Jason Anderson via nginx
Have you tried configuring grpc timeouts on NGINX? This combined with an upstream healthcheck should prevent any client connections that aren't possible for NGINX to service. https://nginx.org/en/docs/http/ngx_http_grpc_module.html#grpc_connect_timeout https://docs.nginx.com/nginx/admin-guide/lo