This commit is contained in:
2025-11-23 16:48:51 +08:00
parent 4dc7783c22
commit 881b77ddde
3 changed files with 17 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
client_max_body_size 100M;
client_max_body_size 1000M;
# Gzip压缩
gzip on;