From 8ff111dafeae1a2f2b19d7b90b4c113cc0ec1a46 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 24 Jun 2010 14:41:47 +0200 Subject: [PATCH] lighttpd: Remove vhost configuration for stdio. --- etc/lighttpd/vhosts/stdio-flexvps-nl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 etc/lighttpd/vhosts/stdio-flexvps-nl 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", - )) - ) -} -- 2.30.2