aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-04-14 09:52:14 +0200
committerKristian Lyngstol <kristian@bohemians.org>2016-04-14 09:52:14 +0200
commited6d6386a82ed4b783d07e186620ffcbaf33b0f4 (patch)
tree920fd0e21c621543f08c279345c819d3667da356 /extras
parentee7d359f0e11677031e2189249ea03be444cc7e1 (diff)
Test: use volume and local connection
Somewhat dirty pwd-hack
Diffstat (limited to 'extras')
-rw-r--r--extras/misc/apache2.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf
index e5311a0..9d5cd41 100644
--- a/extras/misc/apache2.conf
+++ b/extras/misc/apache2.conf
@@ -11,7 +11,7 @@
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
<RequireAny>
- AuthUserFile /opt/nms/etc/htpasswd-write
+ AuthUserFile /htpasswd-write
AuthName "Demo/test of nms"
AuthType Basic
Require valid-user
@@ -21,7 +21,7 @@
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
<RequireAny>
- AuthUserFile /opt/nms/etc/htpasswd-read
+ AuthUserFile /htpasswd-read
AuthName "Demo/test of nms"
AuthType Basic
Require valid-user