fix: include a complete fastcgi_params config

This commit is contained in:
Rodrigo Aguilera
2024-05-16 13:11:50 +02:00
committed by Nicolas Duchon
parent 1b4a3b036b
commit 8e372c39c2
+1 -1
View File
@@ -265,7 +265,7 @@
uwsgi_pass {{ trim $proto }}://{{ trim $upstream }}; uwsgi_pass {{ trim $proto }}://{{ trim $upstream }};
{{- else if eq $proto "fastcgi" }} {{- else if eq $proto "fastcgi" }}
root {{ trim .VhostRoot }}; root {{ trim .VhostRoot }};
include fastcgi_params; include fastcgi.conf;
fastcgi_pass {{ trim $upstream }}; fastcgi_pass {{ trim $upstream }};
{{- if ne $keepalive "disabled" }} {{- if ne $keepalive "disabled" }}
fastcgi_keep_conn on; fastcgi_keep_conn on;