From: Matthijs Kooijman Date: Thu, 24 Jun 2010 12:41:47 +0000 (+0200) Subject: lighttpd: Remove vhost configuration for stdio. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=8ff111dafeae1a2f2b19d7b90b4c113cc0ec1a46 lighttpd: Remove vhost configuration for stdio. --- diff --git a/etc/lighttpd/vhosts/stdio-flexvps-nl b/etc/lighttpd/vhosts/stdio-flexvps-nl deleted file mode 100644 index 7152943..0000000 --- a/etc/lighttpd/vhosts/stdio-flexvps-nl +++ /dev/null @@ -1,15 +0,0 @@ -$HTTP["host"] =~ "stdio.flexvps.nl$" { - var.site-dir = var.root-dir + "/stdio.flexvps.nl" - var.site-fcgi-dir = var.fcgi-dir + "/stdio-flexvps-nl" - - server.document-root = var.site-dir + "/htdocs" - accesslog.filename = var.site-dir + "/logs/access.log" - - fastcgi.server = ( - ".php" => - (( - "socket" => var.site-fcgi-dir + "/php", - "broken-scriptfilename" => "enable", - )) - ) -}