Skip to content

Commit 59aa78a

Browse files
committed
fix fastcgi bug
1 parent 1c7ccc4 commit 59aa78a

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
@@ -325,7 +325,7 @@ server {
325325
uwsgi_pass {{ trim $proto }}://{{ trim $upstream_name }};
326326
{{ else if eq $proto "fastcgi" }}
327327
root {{ trim $vhost_root }};
328-
include fastcgi.conf;
328+
include fastcgi_params;
329329
fastcgi_pass {{ trim $upstream_name }};
330330
{{ else }}
331331
proxy_pass {{ trim $proto }}://{{ trim $upstream_name }};

0 commit comments

Comments
 (0)