Skip to content

Commit

Permalink
Merge pull request #1079 from mattkingshott/patch-1
Browse files Browse the repository at this point in the history
Prevent 502 errors when using AJAX
  • Loading branch information
mattstauffer authored Dec 2, 2022
2 parents e02b5f3 + aed9da3 commit 9216b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/stubs/fastcgi_params
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ fastcgi_param SERVER_NAME $server_name;
fastcgi_param HTTPS $https if_not_empty;
fastcgi_param REDIRECT_STATUS 200;
fastcgi_param HTTP_PROXY "";
fastcgi_buffer_size 512k;
fastcgi_buffers 16 512k;

0 comments on commit 9216b9a

Please sign in to comment.