mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Run 3 thins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user