[wiki-web] Missing auth section



commit 2f6aad3950093e2e79ed6db8b172f9a98e0cf2b1
Author: Andrea Veri <averi redhat com>
Date:   Tue Aug 6 20:40:42 2019 +0200

    Missing auth section

 app_data/httpd-cfg/00_wiki.gnome.org.conf | 4 ++++
 app_data/httpd-cfg/01_www.pango.org.conf  | 4 ++++
 2 files changed, 8 insertions(+)
---
diff --git a/app_data/httpd-cfg/00_wiki.gnome.org.conf b/app_data/httpd-cfg/00_wiki.gnome.org.conf
index b97fdd4..ac96182 100644
--- a/app_data/httpd-cfg/00_wiki.gnome.org.conf
+++ b/app_data/httpd-cfg/00_wiki.gnome.org.conf
@@ -95,3 +95,7 @@
 <LocationMatch "^/.well-known/acme-challenge">
   RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
 </LocationMatch>
+
+<Directory "/srv/http/wsgi">
+  Require all granted
+</Directory>
diff --git a/app_data/httpd-cfg/01_www.pango.org.conf b/app_data/httpd-cfg/01_www.pango.org.conf
index 43fa0f5..a5cacf9 100644
--- a/app_data/httpd-cfg/01_www.pango.org.conf
+++ b/app_data/httpd-cfg/01_www.pango.org.conf
@@ -50,3 +50,7 @@
 <LocationMatch "^/.well-known/acme-challenge">
   RedirectMatch ^(.*) https://letsencrypt.gnome.org$1
 </LocationMatch>
+
+<Directory "/srv/http/wsgi">
+  Require all granted
+</Directory>


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