mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 01:00:09 +01:00
Revert "Increase nginx buffer sizes in dev"
This reverts commit 536e59990b.
This commit is contained in:
@@ -18,17 +18,3 @@ fastcgi_param SERVER_NAME $server_name;
|
|||||||
fastcgi_param HTTPS $https if_not_empty;
|
fastcgi_param HTTPS $https if_not_empty;
|
||||||
fastcgi_param REDIRECT_STATUS 200;
|
fastcgi_param REDIRECT_STATUS 200;
|
||||||
fastcgi_param HTTP_PROXY "";
|
fastcgi_param HTTP_PROXY "";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Very large cookies/headers may throw errors without the following (extremely generous) settings:
|
|
||||||
#fastcgi_buffer_size 4096k;
|
|
||||||
#fastcgi_buffers 128 4096k;
|
|
||||||
#fastcgi_busy_buffers_size 4096k;
|
|
||||||
|
|
||||||
# Long-running/slow services
|
|
||||||
fastcgi_read_timeout 300;
|
|
||||||
#proxy_connect_timeout 600;
|
|
||||||
#proxy_send_timeout 600;
|
|
||||||
#proxy_read_timeout 600;
|
|
||||||
#send_timeout 600;
|
|
||||||
|
|||||||
@@ -34,15 +34,3 @@ server {
|
|||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
## Size Limits & Buffer Overflows
|
|
||||||
## the size may be configured based on the needs.
|
|
||||||
client_body_buffer_size 100k;
|
|
||||||
client_header_buffer_size 1k;
|
|
||||||
large_client_header_buffers 2 1k;
|
|
||||||
|
|
||||||
# large buffer support
|
|
||||||
#proxy_buffer_size 4096k;
|
|
||||||
#proxy_buffers 128 4096k;
|
|
||||||
#proxy_busy_buffers_size 4096k;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user