Is there a way to increase timeout of nginx as the application is taking around 2 minutes to respond while nginx has a timeout of 60 seconds. Tried below mentioned settings:
client_header_timeout 600s;
client_body_timeout 600s;
keepalive_timeout 600s;
proxy_read_timeout 600s;
proxy_send_timeout 600s;
send_timeout 600s;
I am using Nginx+Passenger and Rails Web Framework and as I can see the logs the app is responding with Completed status.