diff options
Diffstat (limited to 'harmony/lighttpd/mod_fastcgi_fpm.conf')
-rw-r--r-- | harmony/lighttpd/mod_fastcgi_fpm.conf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/harmony/lighttpd/mod_fastcgi_fpm.conf b/harmony/lighttpd/mod_fastcgi_fpm.conf deleted file mode 100644 index 926137a43..000000000 --- a/harmony/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 : |