I have PHP-FPM pool with such configuration blocks:
...
listen = 0.0.0.0:9000
...
pm.status_path = /status
...
I'm getting
curl: (56) Recv failure: Connection reset by peer
while trying
curl 0.0.0.0:9000/status
.
PHP-FPM instance I try to interact with is containerized and curl action I do from docker container.