[etherpad-web/oscp-frontend] s/app/app-root/g



commit 5ab5fceb914e19117fd014d26a306109474bcb98
Author: Andrea Veri <averi redhat com>
Date:   Wed Dec 19 00:49:54 2018 +0100

    s/app/app-root/g

 app_data/httpd-cfg/etherpad.gnome.org.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app_data/httpd-cfg/etherpad.gnome.org.conf b/app_data/httpd-cfg/etherpad.gnome.org.conf
index 8da16fd..ecb727a 100644
--- a/app_data/httpd-cfg/etherpad.gnome.org.conf
+++ b/app_data/httpd-cfg/etherpad.gnome.org.conf
@@ -22,37 +22,37 @@
  <Location /p/FoundationBoard>
    AuthType Basic
    AuthName "Welcome to GNOME's Etherpad"
-   AuthUserFile /opt/app/src/board.htaccess
+   AuthUserFile /opt/app-root/src/board.htaccess
    Require valid-user
  </Location>
  <Location /p/MarketingTeam>
    AuthType Basic
    AuthName "Welcome to GNOME's Etherpad"
-   AuthUserFile /opt/app/src/marketing.htaccess
+   AuthUserFile /opt/app-root/src/marketing.htaccess
    Require valid-user
  </Location>
  <Location /p/AdvisoryBoard>
    AuthType Basic
    AuthName "Welcome to GNOME's Etherpad"
-   AuthUserFile /opt/app/src/adboard.htaccess
+   AuthUserFile /opt/app-root/src/adboard.htaccess
    Require valid-user
  </Location>
  <Location /p/ReleaseTeam>
    AuthType Basic
    AuthName "Welcome to GNOME's Etherpad"
-   AuthUserFile /opt/app/src/releaseteam.htaccess
+   AuthUserFile /opt/app-root/src/releaseteam.htaccess
    Require valid-user
  </Location>
  <Location /p/edsearch>
    AuthType Basic
    AuthName "Welcome to GNOME's Etherpad"
-   AuthUserFile /opt/app/src/edsearch.htaccess
+   AuthUserFile /opt/app-root/src/edsearch.htaccess
    Require valid-user
  </Location>
  <Location /p/Code_of_Conduct_Working_Group>
    AuthType Basic
    AuthName "Welcome to GNOME's Etherpad"
-   AuthUserFile /opt/app/src/codeofconduct.htaccess
+   AuthUserFile /opt/app-root/src/codeofconduct.htaccess
    Require valid-user
  </Location>
 </VirtualHost>


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