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 854d366 commit f35f8fcCopy full SHA for f35f8fc
config/deploy.rb
@@ -8,5 +8,5 @@
8
9
set :keep_releases, 5
10
11
-set :puma_bind, "tcp://0.0.0.0:9293"
+set :puma_bind, "tcp://0.0.0.0:9292"
12
set :puma_systemctl_user, :system
config/puma.rb
@@ -1,2 +1,3 @@
1
pidfile "puma.pid"
2
threads 1, 1
3
+bind "tcp://0.0.0.0:9292"
0 commit comments