Update bar-assistant-install.sh

This commit is contained in:
bvdberg01 2025-03-31 12:48:43 +02:00
parent 78d0a6fd7c
commit e9abde129c

View File

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