change staging unicorn to use unix socket

This commit is contained in:
r888888888
2017-04-06 14:01:41 -07:00
parent f45d8facc3
commit 8376c33980
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ worker_processes 22
timeout 180
#listen "127.0.0.1:9000", :tcp_nopush => true
listen "/tmp/.unicorn.sock", :backlog => 256
listen "/tmp/.unicorn.sock", :backlog => 512
# Spawn unicorn master worker for user apps (group: apps)
user 'albert', 'albert'

View File

@@ -6,7 +6,7 @@ worker_processes 2
preload_app true
timeout 180
listen "127.0.0.1:9000"
listen "/tmp/.unicorn.sock", :backlog => 512
# Spawn unicorn master worker for user apps (group: apps)
user 'danbooru', 'danbooru'