We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb0559 commit 67a7e0aCopy full SHA for 67a7e0a
config/deploy.rb
@@ -16,5 +16,5 @@
16
set :bundle_without, %w{development test deployment}.join(' ')
17
set :bundle_gemfile, -> { release_path.join('Gemfile') }
18
19
-set :puma_bind, "unix:/tmp/rails-contributors.sock"
+set :puma_bind, "unix://#{shared_path}/tmp/sockets/puma.sock"
20
set :puma_systemctl_user, :system
config/puma/production.rb
@@ -11,8 +11,6 @@
11
workers 2
12
threads 3,3
13
14
-bind 'unix:/tmp/rails-contributors.sock'
15
-
restart_command 'bundle exec puma'
prune_bundler
0 commit comments