Run 3 thins

This commit is contained in:
Raphael 2010-09-17 11:58:34 -07:00
parent ce2260b747
commit a96a52def7
2 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,8 @@ http {
# gzip_disable "MSIE [1-6]\.(?!.*SV1)";
upstream thin_cluster {
server unix:/tmp/thin.0.sock;
server unix:/tmp/thin.1.sock;
server unix:/tmp/thin.2.sock;
}
server {

View file

@ -14,7 +14,7 @@ require: []
max_persistent_conns: 512
environment: production
servers: 1
servers: 3
daemonize: true
#chdir: /usr/applications/localhash/current
socket: /tmp/thin.sock