stanley-king 3 年之前
父節點
當前提交
c57fd79449
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docker/compose/xyzt-acc/docker-compose.yml
  2. 1 1
      docker/conf/nginx/nginx-xyztest-http.conf

+ 1 - 1
docker/compose/xyzt-acc/docker-compose.yml

@@ -4,7 +4,7 @@ services:
   nginxsrv:
     image: nginx:alpine
     ports:
-      - "80:80"
+      - "8080:80"
     volumes:
       - ../../../:/var/www/html
       - ../../conf/etc/localtime:/etc/localtime:ro

+ 1 - 1
docker/conf/nginx/nginx-xyztest-http.conf

@@ -53,7 +53,7 @@ http
             return 403;
         }
         location / {
-            index  heart.html;
+            index  index.html index.htm index.php;
         }
         
         location /mshop {