Skip to content

Commit 9216b9a

Browse files
authored
Merge pull request #1079 from mattkingshott/patch-1
Prevent 502 errors when using AJAX
2 parents e02b5f3 + aed9da3 commit 9216b9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/stubs/fastcgi_params

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ fastcgi_param SERVER_NAME $server_name;
1818
fastcgi_param HTTPS $https if_not_empty;
1919
fastcgi_param REDIRECT_STATUS 200;
2020
fastcgi_param HTTP_PROXY "";
21+
fastcgi_buffer_size 512k;
22+
fastcgi_buffers 16 512k;

0 commit comments

Comments
 (0)