From f5a495818f29f70c19399c54be8e4c06f5573e49 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 25 Aug 2018 21:38:19 -0400 Subject: [PATCH] Switch back to default pool for pixelfed --- ubuntu/mercy.sickstack.com.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/mercy.sickstack.com.yml b/ubuntu/mercy.sickstack.com.yml index e1f6e82..0a16d44 100644 --- a/ubuntu/mercy.sickstack.com.yml +++ b/ubuntu/mercy.sickstack.com.yml @@ -53,7 +53,7 @@ fastcgi_split_path_info ^(.+\.php)(/.+)$; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - fastcgi_pass pixelfed; + fastcgi_pass php; fastcgi_index index.php; }