location /phpfpm_status_apt{$PHP_VERSION} {
fastcgi_pass unix:/run/php/php{$PHP_VERSION}-fpm.sock;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME \$fastcgi_script_name;
}