From e24f275059eb4e791586bc667e9e7ca095ea036d Mon Sep 17 00:00:00 2001 From: xPedion <85000751+xPedion@users.noreply.github.com> Date: Fri, 28 Jan 2022 09:37:55 +0100 Subject: [PATCH] fix #2195 (#2200) Fixed wrong php sock --- apps/adminer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/adminer.sh b/apps/adminer.sh index 91cd7177..1d19fa38 100644 --- a/apps/adminer.sh +++ b/apps/adminer.sh @@ -98,7 +98,7 @@ Listen 9443 ### SETTINGS ### - SetHandler "proxy:unix:/run/php/$PHPVER-fpm.nextcloud.sock|fcgi://localhost" + SetHandler "proxy:unix:/run/php/php$PHPVER-fpm.nextcloud.sock|fcgi://localhost" DocumentRoot $ADMINERDIR