Posts by JhAndrade • 3 points
2 posts
-
-1
votes2
answers2170
viewsQ: Docker mysql Error: Connection refused
Hi ! I’m creating my Docker development environment. But I’m having some problems: I can connect to the mysql container by an SGBD, but I can’t connect through php-fpm, it generates an error :…
-
-1
votes1
answer110
viewsQ: Nginx forwarding without proxy
I’m setting up Nginx to receive requests and delegate to a Nodejs server. But there is a url/route that needs to render a static html outside the Nodejs server. Case similar to this: upstream…