Skip to content

Commit 1c7ccc4

Browse files
committed
fix fastcgi bug
1 parent 556b336 commit 1c7ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ server {
278278
uwsgi_pass {{ trim $proto }}://{{ trim $upstream_name }};
279279
{{ else if eq $proto "fastcgi" }}
280280
root {{ trim $vhost_root }};
281-
include fastcgi.conf;
281+
include fastcgi_params;
282282
fastcgi_pass {{ trim $upstream_name }};
283283
{{ else }}
284284
proxy_pass {{ trim $proto }}://{{ trim $upstream_name }};

0 commit comments

Comments
 (0)