diff --git a/plugins/php-apt/conf/phpfpm_status.conf b/plugins/php-apt/conf/phpfpm_status.conf index 7e995e03e..efc07e83a 100644 --- a/plugins/php-apt/conf/phpfpm_status.conf +++ b/plugins/php-apt/conf/phpfpm_status.conf @@ -1,5 +1,5 @@ location /phpfpm_status_apt{$PHP_VERSION} { - fastcgi_pass unix:/run/php/php{$PHP_VERSION}-fpm.sock + fastcgi_pass unix:/run/php/php{$PHP_VERSION}-fpm.sock; include fastcgi_params; fastcgi_param SCRIPT_FILENAME \$fastcgi_script_name; } \ No newline at end of file