This commit is contained in:
cy11100 2023-05-08 14:22:57 +08:00 committed by GitHub
commit 20e383163c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ server {
location / { location / {
proxy_redirect off; proxy_redirect off;
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:3000;
client_max_body_size 0;
} }
} }
XYZ XYZ