Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Dec 16, 2024
1 parent 635a2a3 commit dbee746
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rootfs/usr/local/nginx/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ http {
tcp_nopush on;
tcp_nodelay on;
client_max_body_size 0;
client_body_buffer_size 512k;
client_body_buffer_size 1m;
http3_stream_buffer_size 1m;
reset_timedout_connection on;

gzip on;
Expand Down

0 comments on commit dbee746

Please sign in to comment.