server { server_name example.com; location / { include proxy_params; proxy_pass http://localhost:4040; proxy_read_timeout 90; } }