marvzhang
2020-03-04 14:33:41 +08:00
parent eafb2c70c8
commit e6826b4de1

View File

@@ -13,5 +13,6 @@ server {
location /api/ {
rewrite /api/(.*) /$1 break;
proxy_pass http://localhost:8000/;
client_max_body_size 50m;
}
}