Browse Source

modification du site dans la conf de apache

j'ai mis un RUN a2emod rewrite
henri carmelo 10 months ago
parent
commit
4498926c86
1 changed files with 4 additions and 2 deletions
  1. 4 2
      build/docker/apache/Dockerfile

+ 4 - 2
build/docker/apache/Dockerfile

@@ -10,12 +10,14 @@ RUN docker-php-ext-install opcache \
     && docker-php-ext-install pdo_mysql 
 
 #COPY $PWD/build/docker/apache/app_php.ini /usr/local/etc/php/conf.d/app_php.ini
-COPY $PWD/build/docker/apache/apache.conf /etc/apache2/sites-available/fatboar.foodgame.fr.conf
+COPY $PWD/build/docker/apache/apache.conf /etc/apache2/sites-available/angular-preprod.foodgame.fr.conf
 
 RUN a2dissite 000-default default-ssl
-RUN a2ensite fatboar.foodgame.fr
+RUN a2ensite angular-preprod.foodgame.fr
 RUN a2enmod ssl
 RUN a2enmod proxy proxy_http
+RUN a2enmod rewrite
+ 
 
 
 #COPY $PWD /var/www/html/