From f46c5adbe140c02fd6efcd94553402b21818b477 Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Tue, 5 Apr 2022 12:12:56 +0200 Subject: [PATCH] Fix PHP-FPM status/ping routes in nginx config --- .docker/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/nginx.conf b/.docker/nginx.conf index 0545123f..ad42f1b5 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -157,6 +157,7 @@ server { location /fpm- { access_log off; include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; location /fpm-status { allow 127.0.0.1; # add additional IP's or Ranges