diff options
| author | Kristian Lyngstol <kly@kly.no> | 2016-11-10 19:39:32 +0100 | 
|---|---|---|
| committer | Kristian Lyngstol <kly@kly.no> | 2016-11-10 19:39:32 +0100 | 
| commit | 200cf04d24927349c25c77363ffe4782df17fcbf (patch) | |
| tree | f271057a5b37762ee2b1c21e7e4e51640475c34f | |
| parent | b9947e28b52a929a288e0391a4c8cb7bab8c4f2f (diff) | |
Nuke default login/password thing. Needs to be moved anyway.
| -rw-r--r-- | extras/misc/apache2.conf | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index 017eb7c..e2963e1 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -10,22 +10,10 @@  	<Directory "/opt/gondul/web/api/write/">  		AllowOverride None  		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch -		<RequireAny> -			AuthUserFile /opt/gondul/passwords/htpasswd-write -	                AuthName "Demo/test of nms" -        	        AuthType Basic -			Require valid-user -		</RequireAny>  	</Directory>  	<Directory "/opt/gondul/web/api/read/">  		AllowOverride None  		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch -		<RequireAny> -			AuthUserFile /opt/gondul/passwords/htpasswd-read -	                AuthName "Demo/test of nms" -        	        AuthType Basic -			Require valid-user -		</RequireAny>  	</Directory>  	<Directory "/opt/gondul/web/api/public/">  		AllowOverride None  | 
