From aabf7e11a4b1e6036cd9264903df20f53e3b7cbf Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:22:43 +0300 Subject: [PATCH] Update install.sh --- docs/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.sh b/docs/install.sh index f42acef..42e55a0 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -311,7 +311,7 @@ EOF # Adminer Configuration route /adminer.php* { root * /usr/share/adminer - php_fastcgi unix//run/php/php8.2-fpm.sock + php_fastcgi unix//run/php/${PHP_VERSION}-fpm.sock } header * { Referrer-Policy "same-origin"