events {} http { server { listen 7860; location /api/ { proxy_pass http://127.0.0.1:3000; } location / { proxy_pass http://127.0.0.1:5173; } } }