将上传文件大小扩展到500M

main^2
mula 2026-01-26 04:05:01 +00:00
parent 7cd6ad144a
commit b4f37844a6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ server {
gzip_disable "MSIE [1-6]\."; gzip_disable "MSIE [1-6]\.";
# 增加上传文件大小限制 # 增加上传文件大小限制
client_max_body_size 200M; client_max_body_size 500M;
location / { location / {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;