[etherpad-web/oscp-frontend] Land a password protected pad (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/678)
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [etherpad-web/oscp-frontend] Land a password protected pad (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/678)
- Date: Wed, 8 Sep 2021 08:51:00 +0000 (UTC)
commit b51adab827e3095cd1f4940c74577c8812013ba1
Author: Andrea Veri <averi redhat com>
Date: Wed Sep 8 10:50:50 2021 +0200
Land a password protected pad (https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/678)
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 9bdbcfd..5d979e0 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -76,4 +76,10 @@
AuthUserFile /opt/app-root/src/finance.htaccess
Require valid-user
</Location>
+ <Location /p/exec-board-only>
+ AuthType Basic
+ AuthName "Welcome to GNOME's Etherpad"
+ AuthUserFile /opt/app-root/src/exec-board-only.htaccess
+ Require valid-user
+ </Location>
</VirtualHost>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]