From 11eb1d684c741867060cbc774f4a2516601075a8 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Wed, 15 Jan 2025 23:42:10 +0100 Subject: [PATCH] Fixed missing keyword in php config --- Configs/php.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configs/php.conf b/Configs/php.conf index e523a3b..5359f26 100644 --- a/Configs/php.conf +++ b/Configs/php.conf @@ -1,7 +1,7 @@ [webmail] user = nginx group = nginx -listen = /run/php-fpm83/php-fpm.sock +listen = /run/php-fpmPHPver/php-fpm.sock listen.owner = nginx listen.group = nginx php_admin_value[disable_functions] = exec,passthru,system