Fix PHP not working with bad fcgi params
parent
f56ddc9805
commit
cb4b131a9b
|
@ -6,7 +6,7 @@ location ~ \.php$ {
|
||||||
fastcgi_pass php;
|
fastcgi_pass php;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
fastcgi_intercept_errors on;
|
fastcgi_intercept_errors on;
|
||||||
include fastcgi_params;
|
include fastcgi.conf;
|
||||||
|
|
||||||
# TODO...
|
# TODO...
|
||||||
# Newrelic custom header: https://docs.newrelic.com/docs/apm/other-features/request-queueing/request-queue-server-configuration-examples
|
# Newrelic custom header: https://docs.newrelic.com/docs/apm/other-features/request-queueing/request-queue-server-configuration-examples
|
||||||
|
|
Loading…
Reference in New Issue