diff options
| author | Kristian Lyngstol <kristian@bohemians.org> | 2016-02-20 22:05:15 +0100 | 
|---|---|---|
| committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-02-20 22:05:15 +0100 | 
| commit | d371e83f0035f20a49c354ca2a1fc0b88f733d27 (patch) | |
| tree | 7204423379b28a84e3d307a23f7d7007f6d48f3c /web | |
| parent | 938a2c4661fc965f84bb9e54e6ed24c873d36fd0 (diff) | |
nms: More docker/config work for tg16
Diffstat (limited to 'web')
| -rw-r--r-- | web/etc/apache2/nms.tg16.gathering.org.conf | 10 | 
1 files changed, 3 insertions, 7 deletions
| diff --git a/web/etc/apache2/nms.tg16.gathering.org.conf b/web/etc/apache2/nms.tg16.gathering.org.conf index db8910a..13fbefb 100644 --- a/web/etc/apache2/nms.tg16.gathering.org.conf +++ b/web/etc/apache2/nms.tg16.gathering.org.conf @@ -3,8 +3,8 @@          ServerName nms.tg16.gathering.org          ServerAlias einstein.tg16.gathering.org -        DocumentRoot /root/tgmanage/web/nms.gathering.org -        <Directory "/root/tgmanage/web/nms.gathering.org"> +        DocumentRoot /srv/tgmanage/web/nms.gathering.org +        <Directory "/srv/tgmanage/web/nms.gathering.org">                  AllowOverride None                  Options Indexes FollowSymLinks ExecCGI MultiViews @@ -15,7 +15,7 @@           	SetEnvIF ^X-Forwarded-For$ "^2a02:ed02:1337::12$" AllowIP  		<RequireAny> -			AuthUserFile /root/tgmanage/web/.htpasswd +			AuthUserFile /srv/tgmanage/web/.htpasswd  	                AuthName "Tech:Server Secret Volcano Lair"          	        AuthType Basic  			Require valid-user @@ -23,10 +23,6 @@  			Require env AllowIP  		</RequireAny> -                #AuthUserFile /root/tgmanage/web/.htpasswd -                #AuthName "Tech:Server Secret Volcano Lair" -                #AuthType Basic -                #require valid-user          </Directory>          ErrorLog /var/log/apache2/error-nms.tg16.gathering.org.log | 
