wok diff nconf/stuff/apache2-nconf.conf @ rev 21653

Up exosip (5.1.0), siproxd (0.8.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 30 17:55:07 2019 +0200 (2019-05-30)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nconf/stuff/apache2-nconf.conf	Thu May 30 17:55:07 2019 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +Alias /nconf "/usr/share/nconf"
     1.5 +
     1.6 +<Directory "/usr/share/nconf">
     1.7 +  Options FollowSymLinks
     1.8 +  AllowOverride None
     1.9 +  Order allow,deny
    1.10 +  Allow from all
    1.11 +
    1.12 +  AuthName "NConf Access"
    1.13 +  AuthType Basic
    1.14 +  AuthUserFile /etc/nagios/htpasswd.users
    1.15 +  Require valid-user
    1.16 +  
    1.17 +</Directory>