编号:ZSSAC-585 描述:安装包页面修改

This commit is contained in:
pengren 2024-04-23 17:08:19 +08:00
parent 4de9b89383
commit 83f3b02382

View File

@ -10,6 +10,8 @@ http {
default_type application/octet-stream; default_type application/octet-stream;
sendfile on; sendfile on;
keepalive_timeout 65; keepalive_timeout 65;
post_max_size = 100M;
upload_max_filesize = 100M;
#gzip on; #gzip on;