diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index 9354dd59a..6df356592 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -5,8 +5,8 @@ app_path = "/var/www/danbooru2/current" worker_processes 22 timeout 180 -listen "127.0.0.1:9000", :tcp_nopush => true -listen "/tmp/.unicorn.sock", :backlog => 64 +#listen "127.0.0.1:9000", :tcp_nopush => true +listen "/tmp/.unicorn.sock", :backlog => 256 # Spawn unicorn master worker for user apps (group: apps) user 'albert', 'albert'