events {} http { client_max_body_size 150m; server { listen 1238; location / { proxy_pass http://app:8000/; } } }