server { {% include './templates/header.conf.j2' %} client_max_body_size 10M; location /http-bind { proxy_pass http://localhost:5280/http-bind; include proxy_params; proxy_buffering off; tcp_nodelay on; } }