fix: 优化整个项目内容

This commit is contained in:
Daniel
2026-04-19 15:22:57 +08:00
parent 06af48f560
commit fd8e31adb4
4 changed files with 90 additions and 77 deletions

View File

@@ -1,6 +1,7 @@
server {
listen 80;
server_name _;
client_max_body_size 64m;
location /api/ {
proxy_pass http://backend:8000/api/;