lighttpd: Remove vhost configuration for stdio.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 24 Jun 2010 12:41:47 +0000 (14:41 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 24 Jun 2010 12:41:47 +0000 (14:41 +0200)
etc/lighttpd/vhosts/stdio-flexvps-nl [deleted file]

diff --git a/etc/lighttpd/vhosts/stdio-flexvps-nl b/etc/lighttpd/vhosts/stdio-flexvps-nl
deleted file mode 100644 (file)
index 7152943..0000000
+++ /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",
-               ))
-       )
-}