Nginx sends syslog messages with the name of the server - I would like the ip

2022-12-10 Thread Mik J via nginx
Hello, My Nginx server sends syslogs to my remote syslog server with a host = myserver.mydomain.org However I would like that the host to be the IP a specific IP of the server (which exists) On my Nginx server server { ... access_log syslog:server=1.2.3.4; error_log syslog:server=1.2.3.4; Is i

Re: nginx 400 bad request

2022-12-10 Thread Maxim Dounin
Hello! On Sat, Dec 10, 2022 at 12:03:04PM +0530, Vishwas Bm wrote: > I am using nginx 1.22.1 and for some requests from client, I am seeing > below 400 bad request errors. > > Below are some error messages: > > "log":{"message":"225#225: *8413018 client sent invalid method while > reading clien

Re: Restarting service takes too much time

2022-12-10 Thread Charlie Kilo
Hi Maxim, we have roundabout 7k ips in use, 3k ipv6, 4k ipv4 and 52 workers. that results in ~364000 ips which need to be bound - twice that in sockets if i count port 80 and 443. we have indeed reuseport active - we already thought about using a wildcard-address on a socket, but didnt have time