formation пре 3 година
родитељ
комит
c0c31f7563
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      build/docker/httpd/httpd.conf

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

@@ -260,7 +260,7 @@ ServerName angular-preprod.foodgame.fr
 # <Directory> blocks below.
 #
 <Directory />
-    AllowOverride none
+    AllowOverride All
     Require all denied
 </Directory>
 
@@ -297,7 +297,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
     # It can be "All", "None", or any combination of the keywords:
     #   AllowOverride FileInfo AuthConfig Limit
     #
-    AllowOverride None
+    AllowOverride All
 
     #
     # Controls who can get stuff from this server.
@@ -410,7 +410,7 @@ LogLevel warn
 # CGI directory exists, if you have that configured.
 #
 <Directory "/usr/local/apache2/cgi-bin">
-    AllowOverride None
+    AllowOverride All
     Options None
     Require all granted
 </Directory>