Re: Restarting service takes too much time

2022-12-11 Thread Maxim Dounin
Hello! On Sat, Dec 10, 2022 at 09:52:37AM +0100, Charlie Kilo wrote: > 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

Re: nginx Restart Issue after Cert-Update (Letsencrypt)

2022-12-11 Thread anfassl
Hi Maxim, the script consists of: - Letsencrypt job (certbot renew) - works fine, certs are being updated - nginx restart - nginx stop - nginx start but even with those three commands the new certs aren't visible Only cure so far log in to the server, and issue a restart manually. The nginx

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

2022-12-11 Thread Mik J via nginx
Thannk you Jeffrey for your help Le dimanche 11 décembre 2022 à 09:31:10 UTC+1, Jeffrey 'jf' Lim a écrit : On Sun, Dec 11, 2022 at 8:03 AM Mik J via nginx wrote: > > Hello, > > My Nginx server sends syslogs to my remote syslog server with a host = > myserver.mydomain.org > However I

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

2022-12-11 Thread Jeffrey 'jf' Lim
On Sun, Dec 11, 2022 at 8:03 AM Mik J via nginx wrote: > > 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 { >