cy11100 2023-05-08 14:20:17 +08:00 committed by GitHub
parent 60da9f6374
commit db504e4586
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 / {
proxy_redirect off;
proxy_pass http://127.0.0.1:3000;
client_max_body_size 0;
}
}
XYZ