docker-nginx-php-fpm | Dockerised Nginx PHP-FPM under 60 MB | Continuous Deployment library
kandi X-RAY | docker-nginx-php-fpm Summary
kandi X-RAY | docker-nginx-php-fpm Summary
Dockerised Nginx + PHP-FPM under 60 MB
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-nginx-php-fpm
docker-nginx-php-fpm Key Features
docker-nginx-php-fpm Examples and Code Snippets
Community Discussions
Trending Discussions on docker-nginx-php-fpm
QUESTION
I have a Docker setup with a php-fpm container, a node container and an nginx container which serves as a proxy. Now in the browser (http://project.dev), the php container responds with json like I expect. All good. However, when I make a request from the node container to this php container (view code), I get an error on the request: ECONNRESET
. So apparently, the node container can not communicate with the php container. The nginx error does not seem to add an entry.
ANSWER
Answered 2017-Nov-17 at 22:21ECONNRESET
is the other end closing the connection which can usually be attributed to a protocol error.
The FastCGI Process Manager (FPM) uses the FastCGI protocol to transport data.
Go via the nginx container, which translates the HTTP request to FastCGI
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-nginx-php-fpm
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page