ok, i was able to nail it down and get it to work.Sharing details here for reference in case someone else run into the same issue:the setting which nginx reference to use ipv6 (AF_INET6) name resolution is net.ipv6.conf.eth0.disable_ipv6which you can set with this command :sysctl -w net.ipv6.conf.e
Hello,
I run netstat, find one of nginx processes, its status always is CLOSE_WAIT,
never change for very long time, how to fix this? thanks.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,287966,287966#msg-287966
___
nginx mailing list
ngi
I am running into a strange issue that nginv upstream is not resolvingname that only has records. To me it seems that nginx looks for system parameters to decide whether it needs to look for (ipv6) record or just fail at A record lookup.It will be good to know those parameter's and other
> I'd _like_ to setup different SSL cert/key/CA handshake configs to be used
> -- depending on the ingress IP.
You can specify an IP with the listen directive:
http://nginx.org/en/docs/http/ngx_http_core_module.html#listen
So you would end up with two similar copies of each 'server'... The
only
I have a single Nginx server configured to listen on two IPs on my VPS host
-- an external/public IP (X.X.X.55) and an internal/LAN IP (10.10.10.55).
Atm, it's a *single* "server_name" (host.example.com) for both IPs ...
handled by a split-horizon DNS that returns the IP address for that hostname