formation 3 年之前
父节点
当前提交
352ecd774e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build/docker/httpd/httpd.conf

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

@@ -260,8 +260,8 @@ ServerName angular-preprod.foodgame.fr
 # <Directory> blocks below.
 #
 <Directory />
-    AllowOverride none
-    Require all denied
+    AllowOverride All
+    Require all granted
 </Directory>
 
 #