some 504 fixing experience by argent-smith

C12d2963163d64a5e22ae0f55a471b6e?size=52

The timeouts are rather big but the initial 400/600 have proved to be too short to cause 504 on most file uploads to the farm.

backend nginx_backend
    #timeout connect 400
    timeout connect 6000
    #timeout server 600
    timeout server 6000
    server server1 10.0.0.1:8080 maxconn 2000 check

#haproxy #nginx #unicorn