We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b953b + 59aa78a commit 4443ee8Copy full SHA for 4443ee8
nginx.tmpl
@@ -298,7 +298,7 @@ server {
298
uwsgi_pass {{ trim $proto }}://{{ trim $upstream_name }};
299
{{ else if eq $proto "fastcgi" }}
300
root {{ trim $vhost_root }};
301
- include fastcgi.conf;
+ include fastcgi_params;
302
fastcgi_pass {{ trim $upstream_name }};
303
{{ else }}
304
proxy_pass {{ trim $proto }}://{{ trim $upstream_name }};
@@ -345,7 +345,7 @@ server {
345
346
347
348
349
350
351
0 commit comments