From 33c32688d00d594f8c170f096ccc778d46b95455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@sedlistka.cz> Date: Thu, 12 Dec 2019 16:18:10 +0100 Subject: [PATCH] Doplnene chranene url --- mod_auth_mellon.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mod_auth_mellon.conf b/mod_auth_mellon.conf index 2081b0f..4811bec 100644 --- a/mod_auth_mellon.conf +++ b/mod_auth_mellon.conf @@ -17,3 +17,9 @@ SetEnv HTTPS MellonEnable auth Require valid-user </Location> + +<Location /admin > + AuthType Mellon + MellonEnable auth + Require valid-user +</Location> -- GitLab