[foundation-web/oscp] Require all granted against the entire target directory



commit 75d4bdbcb4265d3a51f8a956e3f8660a9ae886f9
Author: Andrea Veri <averi redhat com>
Date:   Wed Jan 8 13:24:48 2020 +0100

    Require all granted against the entire target directory

 app_data/httpd-cfg/vote.gnome.org.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/app_data/httpd-cfg/vote.gnome.org.conf b/app_data/httpd-cfg/vote.gnome.org.conf
index af6008d..8cc9397 100644
--- a/app_data/httpd-cfg/vote.gnome.org.conf
+++ b/app_data/httpd-cfg/vote.gnome.org.conf
@@ -10,7 +10,8 @@
   DirectoryIndex index.php index.html
 
   <Files *.php>
-    Require all granted 
     LimitRequestBody 524288
   </Files>
+
+  Require all granted 
 </Directory>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]