events {} http { server { listen 80; location /api/ { proxy_pass http://backend:8000/api/; } } }