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 e02b5f3 + aed9da3 commit 9216b9aCopy full SHA for 9216b9a
cli/stubs/fastcgi_params
@@ -18,3 +18,5 @@ fastcgi_param SERVER_NAME $server_name;
18
fastcgi_param HTTPS $https if_not_empty;
19
fastcgi_param REDIRECT_STATUS 200;
20
fastcgi_param HTTP_PROXY "";
21
+fastcgi_buffer_size 512k;
22
+fastcgi_buffers 16 512k;
0 commit comments