Skip to content

Commit f35f8fc

Browse files
committed
Bind to a the same port in the capistrano config
1 parent 854d366 commit f35f8fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/deploy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
set :keep_releases, 5
1010

11-
set :puma_bind, "tcp://0.0.0.0:9293"
11+
set :puma_bind, "tcp://0.0.0.0:9292"
1212
set :puma_systemctl_user, :system

config/puma.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pidfile "puma.pid"
22
threads 1, 1
3+
bind "tcp://0.0.0.0:9292"

0 commit comments

Comments
 (0)