Run 3 thins
This commit is contained in:
parent
ce2260b747
commit
a96a52def7
2 changed files with 3 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue