Update nginx.conf

This commit is contained in:
dami 2025-08-11 17:06:29 +08:00
parent 76a417fee7
commit 9d6db1e847
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ http
client_body_buffer_size 50m;
client_max_body_size 50m;
# video big file opt
# aio threads;
directio 4m;
output_buffers 16 512k;
sendfile on;
tcp_nopush on;
tcp_nodelay on;