stanley-king před 3 roky
rodič
revize
c57fd79449

+ 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 {