Преглед изворни кода

Ajout du mode rewrite dans la conf de apache

rewrite mode
henri carmelo пре 10 месеци
родитељ
комит
02f97b43fd
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      build/docker/apache/apache.conf

+ 5 - 0
build/docker/apache/apache.conf

@@ -1,3 +1,5 @@
+LoadModule rewrite_module modules/mod_rewrite.so
+
 <VirtualHost *:80>
    ServerName angular-preprod.foodgame.fr
    ServerAlias angular-preprod.foodgame.fr
@@ -22,6 +24,9 @@
 # La configuration HTTPS n'est pas nécessaire ici car Traefik gère le SSL
 
 
+# La configuration HTTPS n'est pas nécessaire ici car Traefik gère le SSL
+
+
 # <VirtualHost *:80>
 #    ServerName angular-preprod.foodgame.fr
 #    ServerAlias angular-preprod.foodgame.fr