summaryrefslogtreecommitdiff
path: root/system/lighttpd/mod_fastcgi_fpm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'system/lighttpd/mod_fastcgi_fpm.conf')
-rw-r--r--system/lighttpd/mod_fastcgi_fpm.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/system/lighttpd/mod_fastcgi_fpm.conf b/system/lighttpd/mod_fastcgi_fpm.conf
deleted file mode 100644
index 926137a43..000000000
--- a/system/lighttpd/mod_fastcgi_fpm.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# mod_fastcgi_fpm.conf
-# include'd by lighttpd.conf.
-###############################################################################
-
-server.modules += ("mod_fastcgi")
-fastcgi.server = ( ".php" =>
- ( "localhost" =>
- (
- "host" => "127.0.0.1",
- "port" => "9000"
- )
- )
- )
-
-# vim: set ft=conf foldmethod=marker et :