修改 nginx body 限制,服务重启延迟时间

This commit is contained in:
whyour
2023-07-18 15:30:43 +08:00
parent db94cd3799
commit 4e091b0c3e
6 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ http {
server_tokens off;
client_max_body_size 20m;
client_max_body_size 4096m;
client_body_buffer_size 20m;
keepalive_timeout 65;