nginx
Nothing to display jet.
Nothing to display jet.
This is similar to this post, but my #Nginx config is for #Jenkins which is started with "--prefix" option set (for example, --prefix=jenkins): More under the cut
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
Recently we installed Jenkins on #gistflow to run our tests (though we use #travis_ci since #gistflow is an open-source project).
Jenkins runs on port 8080 by default but and it is much better to create subdomain for #jenkins like ci.your_domain.com. nginx config under the cut
We leave #heroku because very high prices. Now we are on #rackspace cloud server with #nginx and #unicorn with 4 worker processes.
Soon we optimize server and performance and all will be ok.
If someone has admin skills and wants to help us - please contact :)
#gistflow team