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