From ec2a128ffabae9f60992ae27f9c6591bb27945da Mon Sep 17 00:00:00 2001 From: Ivan Kapelyukhin Date: Tue, 28 Nov 2017 10:58:48 +0100 Subject: [PATCH] Make /repo/tools/ accessible without authenication --- apache2/conf.d/nu_server.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache2/conf.d/nu_server.conf b/apache2/conf.d/nu_server.conf index d909725d..2710131b 100644 --- a/apache2/conf.d/nu_server.conf +++ b/apache2/conf.d/nu_server.conf @@ -12,5 +12,8 @@ AuthName SMTAuth AuthType Basic Require valid-user + + # Allow unauthenticated access to /repo/tools/ directory + Require expr %{REQUEST_URI} =~ m#^/repo/tools/.*#