소스 검색

Fix port to socket for Magento 1 nginx config

Mark Shust 7 년 전
부모
커밋
2e17182dbe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {