]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- update php-fpm socket path
authorElan Ruusamäe <glen@delfi.ee>
Wed, 28 Nov 2012 14:10:39 +0000 (16:10 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 28 Nov 2012 14:10:39 +0000 (16:10 +0200)
lighttpd-php-external.conf

index c5096ac022c95ee2723befe4bd5598177dec16d7..0404f348de09a3e1eff18210a972f2aab1c3965f 100644 (file)
@@ -12,7 +12,7 @@
 fastcgi.server += (
        ".php" => ((
                "socket" => "/var/run/php/fcgi.sock", # spawned by php-fcgi-init
-#              "socket" => "/var/run/php/fpm.sock", # spawned by php-fpm
+#              "socket" => "/var/run/php/php-fpm.sock", # spawned by php-fpm
                # 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.229711 seconds and 4 git commands to generate.