Explorar o código

Fix port to socket for Magento 1 nginx config

Mark Shust %!s(int64=7) %!d(string=hai) anos
pai
achega
2e17182dbe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      images/nginx/1.13/conf/default.magento1.conf

+ 1 - 1
images/nginx/1.13/conf/default.magento1.conf

@@ -1,5 +1,5 @@
 upstream fastcgi_backend {
-  server phpfpm:9000;
+  server unix:/sock/docker.sock;
 }
 
 server {