[etherpad-web/oscp-frontend] Need a change against conf file as well



commit e50cfaea0b53d9058c7b024456d25dbc1ecc4056
Author: Andrea Veri <averi redhat com>
Date:   Mon Mar 11 17:26:06 2019 +0100

    Need a change against conf file as well

 app_data/httpd-cfg/etherpad.gnome.org.conf | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index 551bbd8..1ebdea2 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -55,4 +55,10 @@
    AuthUserFile /opt/app-root/src/codeofconduct.htaccess
    Require valid-user
  </Location>
+ <Location /p/BoardOnly>
+   AuthType Basic
+   AuthName "Welcome to GNOME's Etherpad"
+   AuthUserFile /opt/app-root/src/boardonly.htaccess
+   Require valid-user
+ </Location>
 </VirtualHost>


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