aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--portal-gui/apache/zmyrpki.conf.in14
1 files changed, 2 insertions, 12 deletions
diff --git a/portal-gui/apache/zmyrpki.conf.in b/portal-gui/apache/zmyrpki.conf.in
index e8ce9643..e73c1863 100644
--- a/portal-gui/apache/zmyrpki.conf.in
+++ b/portal-gui/apache/zmyrpki.conf.in
@@ -9,20 +9,10 @@ Allow from all
</Directory>
# enable http digest auth
-<Location /myrpki/>
+<Location /accounts/login>
AuthType digest
AuthName "myrpki"
-AuthDigestDomain /myrpki/ http://localhost/myrpki/
-AuthDigestProvider file
-AuthUserFile @INSTDIR@/htpasswd
-Require valid-user
-</Location>
-
-# enable http digest auth
-<Location /admin/>
-AuthType digest
-AuthName "myrpki"
-AuthDigestDomain /admin/ http://localhost/admin/
+AuthDigestDomain /
AuthDigestProvider file
AuthUserFile @INSTDIR@/htpasswd
Require valid-user