Browse Source

Merge pull request 'fix: 增加 client_max_body_size 配置' (#26) from cjl-dev into master

Reviewed-on: http://120.26.116.243:3000/root/alert-front/pulls/26
xiaojinfei-patch-2
chenjiale 1 month ago
parent
commit
a3d8b6dbb2
  1. 1
      scripts/nginx.conf

1
scripts/nginx.conf

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

Loading…
Cancel
Save