From 6f2295c7784492d9347930f49f97a97d3e7b6841 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Tue, 28 Jun 2016 16:22:21 +0200 Subject: Adjust for dx prod --- extras/misc/apache2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/misc') diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index 10817cf..017eb7c 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -11,7 +11,7 @@ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - AuthUserFile /htpasswd-write + AuthUserFile /opt/gondul/passwords/htpasswd-write AuthName "Demo/test of nms" AuthType Basic Require valid-user @@ -21,7 +21,7 @@ AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - AuthUserFile /htpasswd-read + AuthUserFile /opt/gondul/passwords/htpasswd-read AuthName "Demo/test of nms" AuthType Basic Require valid-user -- cgit v1.2.3