use socket, needed for nginx
This commit is contained in:
parent
3470edf813
commit
133c3592f1
|
@ -1,3 +1,6 @@
|
|||
base_path = "/app/rosa-build"
|
||||
bind 'unix:///app/rosa-build/rosa_build.sock'
|
||||
|
||||
environment ENV['RAILS_ENV'] || 'production'
|
||||
threads *(ENV['PUMA_THREADS'] || '16,16').split(',')
|
||||
workers ENV['PUMA_WORKERS'] || 7
|
||||
|
|
Loading…
Reference in New Issue