]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
use php-fpm by default in sample config
authorElan Ruusamäe <glen@delfi.ee>
Thu, 7 Nov 2013 15:02:59 +0000 (17:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 7 Nov 2013 15:02:59 +0000 (17:02 +0200)
lighttpd-php-external.conf

index 0404f348de09a3e1eff18210a972f2aab1c3965f..73741aad31fff31b7dfde1994c1f0ffcfa14db6f 100644 (file)
@@ -11,8 +11,8 @@
 
 fastcgi.server += (
        ".php" => ((
-               "socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
-#              "socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
+               "socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
+#              "socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
                # we enable check-local so you can use server.error-handler-404 for php files too
                "check-local" => "enable",
                "disable-time" => 1,
This page took 0.091068 seconds and 4 git commands to generate.