aboutsummaryrefslogtreecommitdiffstats
path: root/org
diff options
context:
space:
mode:
Diffstat (limited to 'org')
-rw-r--r--org/4get-guide.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/4get-guide.org b/org/4get-guide.org
index c2144f2..1fdd0db 100644
--- a/org/4get-guide.org
+++ b/org/4get-guide.org
@@ -45,7 +45,7 @@ anyways here is a basic config for 4get to get you started.
fastcgi.server = (
".php" => (
"localhost" => (
- "socket" => "/var/run/php/php-fpm.pid",
+ "socket" => "/var/run/php/php-fpm.sock",
"broken-scriptfilename" => "enable"
))
)
@@ -62,7 +62,7 @@ directory for the sock
To configure the sock path open =/usr/local/etc/php-fpm.d/www.conf= and set
this value somewhere:
#+begin_src
- listen = /var/run/php/php-fpm.pid
+ listen = /var/run/php/php-fpm.sock
#+end_src
To prevent those annoying php warnings from showing up put these in