This commit is contained in:
cy11100
2023-05-08 14:22:57 +08:00
committed by GitHub
+1
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