Fix PHP not working with bad fcgi params

pull/2/head
Emilien Mantel 2015-07-16 16:26:19 +02:00
parent f56ddc9805
commit cb4b131a9b
1 changed files with 1 additions and 1 deletions

View File

@ -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