wok annotate nconf/stuff/apache2-nconf.conf @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents
children
rev   line source
erjo@8702 1 Alias /nconf "/usr/share/nconf"
erjo@8702 2
erjo@8702 3 <Directory "/usr/share/nconf">
erjo@8702 4 Options FollowSymLinks
erjo@8702 5 AllowOverride None
erjo@8702 6 Order allow,deny
erjo@8702 7 Allow from all
erjo@8702 8
erjo@8702 9 AuthName "NConf Access"
erjo@8702 10 AuthType Basic
erjo@8702 11 AuthUserFile /etc/nagios/htpasswd.users
erjo@8702 12 Require valid-user
erjo@8702 13
erjo@8702 14 </Directory>