server { listen 80; server_name localhost; location / { proxy_pass http://localhost:3456; client_max_body_size 20M; } }