将上传文件大小扩展到500M
parent
7cd6ad144a
commit
b4f37844a6
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue