From cb4b131a9bf2a9eb97369a64a06471a84ff0deda Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 16 Jul 2015 16:26:19 +0200 Subject: [PATCH] Fix PHP not working with bad fcgi params --- templates/etc/nginx/helpers/php.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/nginx/helpers/php.j2 b/templates/etc/nginx/helpers/php.j2 index addb5db..4433709 100644 --- a/templates/etc/nginx/helpers/php.j2 +++ b/templates/etc/nginx/helpers/php.j2 @@ -6,7 +6,7 @@ location ~ \.php$ { fastcgi_pass php; fastcgi_index index.php; fastcgi_intercept_errors on; - include fastcgi_params; + include fastcgi.conf; # TODO... # Newrelic custom header: https://docs.newrelic.com/docs/apm/other-features/request-queueing/request-queue-server-configuration-examples