1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00

Merge pull request #1079 from mattkingshott/patch-1

Prevent 502 errors when using AJAX
This commit is contained in:
Matt Stauffer
2022-12-01 20:37:48 -05:00
committed by GitHub

View File

@@ -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;