Update nginx.conf
This commit is contained in:
parent
76a417fee7
commit
9d6db1e847
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue