diff options
| author | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 21:17:28 +0200 | 
|---|---|---|
| committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-04-13 21:17:28 +0200 | 
| commit | a09b4d33818f1b3fd3836a99cbb742fa84caecb4 (patch) | |
| tree | 336fbdff24655ff4079d1971b347935aa3714766 /extras | |
| parent | e8a20f730651d07deff33dc559acfdca32cce271 (diff) | |
Working test! It's amazing!
Never been so happy to see a single switch in the nms.
Missing: Varnish and collectors and better deplist.
Also: this is mainly _test_ stuff, not meant for development OR production.
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/misc/apache2.conf | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index a2b1e83..e5311a0 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -12,7 +12,7 @@  		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch  		<RequireAny>  			AuthUserFile /opt/nms/etc/htpasswd-write -	                AuthName "Demo/test of nms write" +	                AuthName "Demo/test of nms"          	        AuthType Basic  			Require valid-user  		</RequireAny> @@ -22,7 +22,7 @@  		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch  		<RequireAny>  			AuthUserFile /opt/nms/etc/htpasswd-read -	                AuthName "Demo/test of nms read" +	                AuthName "Demo/test of nms"          	        AuthType Basic  			Require valid-user  		</RequireAny> | 
