stanley-king 1 年之前
父节点
当前提交
2ee8db00eb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/conf/nginx/api.conf

+ 1 - 1
docker/conf/nginx/api.conf

@@ -52,7 +52,7 @@ http
          add_header Cache-Control no-store;
             set  $folder_name /var/www/html/public;
             root           $folder_name;
-            fastcgi_pass   lfpm:9000;
+            fastcgi_pass   web:9000;
             fastcgi_index  index.php;
             fastcgi_split_path_info ^(.+\.php)(.*)$;
             fastcgi_param PATH_INFO $fastcgi_path_info;