wok-6.x view nconf/stuff/apache2-nconf.conf @ rev 22273

updated xorg-xf86-video-intel (2.21.9 -> 2.99.917)
author Hans-G?nter Theisgen
date Wed Nov 13 11:13:50 2019 +0100 (2019-11-13)
parents
children
line source
1 Alias /nconf "/usr/share/nconf"
3 <Directory "/usr/share/nconf">
4 Options FollowSymLinks
5 AllowOverride None
6 Order allow,deny
7 Allow from all
9 AuthName "NConf Access"
10 AuthType Basic
11 AuthUserFile /etc/nagios/htpasswd.users
12 Require valid-user
14 </Directory>