diff options
author | nathan <nathansmith@disroot.org> | 2025-08-14 23:32:48 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-14 23:32:48 -0600 |
commit | 1ff51d7b993a48db7a0db0ed207b57fe2cc797f5 (patch) | |
tree | 45a1332868af2deed63eaadc01ad6390a8bbbae5 /org | |
parent | 7080d95e88dcf0441b4ff7820173c6dcd4b551c0 (diff) | |
download | shittyweb-1ff51d7b993a48db7a0db0ed207b57fe2cc797f5.tar.gz shittyweb-1ff51d7b993a48db7a0db0ed207b57fe2cc797f5.tar.bz2 shittyweb-1ff51d7b993a48db7a0db0ed207b57fe2cc797f5.zip |
sock not pid woops
Diffstat (limited to 'org')
-rw-r--r-- | org/4get-guide.org | 4 |
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 |