formation 1 год назад
Родитель
Сommit
0a4e05b824
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      build/docker/httpd/httpd.conf
  2. 2 2
      docker-compose.yml

+ 2 - 2
build/docker/httpd/httpd.conf

@@ -227,8 +227,8 @@ Group daemon
 <VirtualHost *:80>
     # Le premier serveur virtuel de la liste est aussi le
     # serveur par défaut pour *:80
-    ServerName www.angular-preprod.foodgame.fr
-    ServerAlias angular-preprod.foodgame.fr
+    ServerName  angular-preprod.foodgame.fr
+    ServerAlias www.angular-preprod.foodgame.fr
     DocumentRoot "/usr/local/apache2/htdocs/"
     <Directory /usr/local/apache2/htdocs/>
         Options +Indexes +FollowSymlinks

+ 2 - 2
docker-compose.yml

@@ -89,8 +89,8 @@ services:
 #   container_name: apache_"${ENV}"    
     build:  
       context: ./
-      # dockerfile: build/docker/httpd/Dockerfile
-      dockerfile: build/docker/apache/Dockerfile
+      dockerfile: build/docker/httpd/Dockerfile
+      # dockerfile: build/docker/apache/Dockerfile
     ports:
       - "8080:80"
     networks: