lighttpd/evolution-events.nl: Move authentication info out of conditional.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / evolution-events-nl
index 848f47564f44c46b85dbbb062e30aa284e4839a9..8807091cb4174af84aa7d0164471c27fc1de1b6d 100644 (file)
@@ -7,7 +7,11 @@ $HTTP["host"] =~ ".evolution-events.nl$" {
        var.site-fcgi-dir    = var.fcgi-dir + "/evolution-events-nl"
 
        evhost.path-pattern  = var.site-dir + "/htdocs/%3/"
-       accesslog.filename   = var.site-dir + "/logs/access.log"
+
+       # Configure a simple plaintext password file
+       auth.backend                 = "plain"
+       auth.backend.plain.userfile  = var.site-dir + "/conf/simple.user"
+
        
        fastcgi.server += ( 
                ".php" => 
@@ -32,8 +36,6 @@ $HTTP["host"] =~ ".evolution-events.nl$" {
        )
 
        $HTTP["host"] =~ "^orga.evolution-events.nl$" {
-               auth.backend                 = "plain"
-               auth.backend.plain.userfile  = var.site-dir + "/conf/simple.user"
 
                auth.require    += ( "/private" => 
                        (