Update bar-assistant-install.sh

This commit is contained in:
Bas van den Berg 2025-05-25 19:34:31 +02:00
parent b381270ba9
commit 954c58a79d

View File

@ -170,7 +170,7 @@ server {
error_page 404 /index.php;
location ~ ^/index\.php(/|$) {
fastcgi_pass unix:/var/run/php/php8.4-fpm.sock;
fastcgi_pass unix:/var/run/php/php$PHPVER-fpm.sock;
fastcgi_param SCRIPT_FILENAME \$realpath_root\$fastcgi_script_name;
include fastcgi_params;
fastcgi_hide_header X-Powered-By;