Browse Source

fix: 增加 client_max_body_size 配置

pull/26/head
Jiale 1 month ago
parent
commit
6628778199
  1. 1
      scripts/nginx.conf

1
scripts/nginx.conf

@ -13,6 +13,7 @@ http {
server {
listen 5000;
server_name _;
client_max_body_size 20M;
# 静态资源和前端页面
location / {

Loading…
Cancel
Save