From e649bbbae262f8fe601f87305235ea2c39998e72 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 30 Dec 2020 17:06:00 -0600 Subject: [PATCH] Fix incorrect assumptions about FCGI configuration WHOOPS, it uses a TCP socket and I'm actually really stupid? --- playbooks/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/web.yml b/playbooks/web.yml index 18db426..c64ec5f 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -69,7 +69,7 @@ DirectoryIndex index.php index.html Protocols h2 http/1.1 - SetHandler "proxy:unix:/var/run/php/php-fpm.sock|fcgi://localhost/" + SetHandler "proxy:fcgi://127.0.0.1:9000" apache_vhosts: # desu.ltd