[library-web/oscp] Password protect 3.36 release notes



commit 9d2f3f42018c24adc04c84a2bf5b4db8a63dcae8
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 27 16:48:08 2020 +0100

    Password protect 3.36 release notes

 httpd/app_data/httpd-cfg/help.gnome.org.conf | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/httpd/app_data/httpd-cfg/help.gnome.org.conf b/httpd/app_data/httpd-cfg/help.gnome.org.conf
index 002a4aa..403f2a1 100644
--- a/httpd/app_data/httpd-cfg/help.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/help.gnome.org.conf
@@ -45,3 +45,10 @@
 <Directory "/opt/lgo/web">
   Require all granted
 </Directory>
+
+<Directory /data/output/help.gnome.org/misc/release-notes/3.36> 
+  AuthName "Release notes (ask release-team gnome org for the password)"
+  AuthType Basic
+  AuthUserFile /data/release-notes.htaccess
+  require valid-user
+</Directory>


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