Re: Optimize SO for nginx

2019-04-22 Thread Rick Gutierrez
El sáb., 20 abr. 2019 a las 0:05, Peter Booth via nginx () escribió: > > Where is your upstream? Where is your pho executing? Do you have a CDN? Hi Peter , both my upstream and php application are in the same datacenter ,different virtual machines with kvm, 1gb network , I do not have CDN > > The

Re: Worker other than the master is listening to the socket

2019-04-22 Thread Maxim Dounin
Hello! On Fri, Apr 19, 2019 at 03:16:14AM -0400, allenhe wrote: > Nginx version: 1.13.6.1 > > 1) In our use case, the Nginx is reloaded constantly. you will see lots > worker process hanging at "nginx: worker process is shutting down" after > couple days: > > 58 root 0:00 nginx: mas

Reverse Proxy with multiple IP address

2019-04-22 Thread cocofuc88
currently on my nginx.conf (development) i using the intraface ip of the server which is 192.168.1.2 (and only have 1 interface) then forward it to 172.16.98.10 and it works fine. and now i want to use another ip on the listen, for example 192.168.1.3 but still forward to same server 172.16.98.10,