diff options
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 | 
