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