This commit is contained in:
VirtuBox 2019-02-26 02:21:46 +01:00
parent ec243e81c1
commit ea1eea1420
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,7 @@ location / {
location ~ \.php$ { location ~ \.php$ {
try_files $uri =404; try_files $uri =404;
include fastcgi_params; include fastcgi_params;
fastcgi_pass php72-sock; fastcgi_pass php72;
fastcgi_cache_bypass $skip_cache; fastcgi_cache_bypass $skip_cache;
fastcgi_no_cache $skip_cache; fastcgi_no_cache $skip_cache;

View File

@ -29,7 +29,6 @@ server {
vhost_traffic_status_display_format html; vhost_traffic_status_display_format html;
} }
# Display menu at location /fpm/status/ # Display menu at location /fpm/status/
location = /fpm/status/;
location ~ /fpm/status/(.*) { location ~ /fpm/status/(.*) {
try_files $uri =404; try_files $uri =404;
include fastcgi_params; include fastcgi_params;