On 2/12/2020 12:44 π.μ., Reinis Rozitis wrote:
Or even better is to use unix sockets so you can avoid the tcp stack between
nginx and php-fpm at all.
Thank you very much for your analysis and advice. You found the cause of
the issue!
I have managed to switch to connection via unix socket a
> We have a server (real name substituted by mapserver.example.com) running
> nginx 1.18.0 on CentOS 7 with php-fpm listening on port 9001.
Does the fpm listen also on ipv6 interface?
Check: ss -ntlr | grep 9001
If you see [::]:9001
Since you have fastcgi_pass localhost:9001; I assume at some
Hello,
To start with, I am not an nginx geek, so please be patient with me!
We have a server (real name substituted by mapserver.example.com)
running nginx 1.18.0 on CentOS 7 with php-fpm listening on port 9001.
The server is only serving a maps application. The application is mainly
called