Update phpfpm_status.conf

pull/121/head
midoks 3 years ago
parent 69f03ece22
commit 75a2a5a25c
  1. 2
      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;
}
Loading…
Cancel
Save