]> git.pld-linux.org Git - packages/nagios.git/blobdiff - nagios-lighttpd.conf
- release 1
[packages/nagios.git] / nagios-lighttpd.conf
index 2fcf19f0ec6be8c525da569c2737909a843895d1..c6fd2f7855cfdacd5a0f65518997e25f9a02d24f 100644 (file)
@@ -8,13 +8,13 @@ alias.url += (
        "/nagios" => "/usr/share/nagios",
 )
 
-$HTTP["url"] =~ "^/nagios" {
+$HTTP["url"] =~ "^/nagios/" {
        auth.backend = "htpasswd"
        auth.backend.htpasswd.userfile = "/etc/webapps/nagios/passwd"
 }
 
 auth.require = (
-       "/nagios" => (
+       "/nagios/" => (
                "method"  => "basic",
                "realm"   => "Nagios",
                "require" => "valid-user"
This page took 0.077628 seconds and 4 git commands to generate.