From b22699a079e47938b30f781c678b4430a4cf1c7d Mon Sep 17 00:00:00 2001 From: f Date: Sat, 3 Apr 2021 13:59:29 -0300 Subject: [PATCH] soporte para ipv6 con esto los otros nodos pueden hacer proxy reverso de la instancia de sutty en el nodo delegado --- config/puma.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index 2e5ea948..48ff0e62 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -19,7 +19,8 @@ worker_timeout 3600 if ENV.fetch('RAILS_ENV', 'development') == 'development' # Specifies the `port` that Puma will listen on to receive requests; # default is 3000. # -port ENV.fetch('PORT') { 3000 } +# port ENV.fetch('PORT') { 3000 } +bind 'tcp://[::]:3100' # Specifies the `environment` that Puma will run in. #