soporte para ipv6

con esto los otros nodos pueden hacer proxy reverso de la instancia de
sutty en el nodo delegado
This commit is contained in:
f 2021-04-03 13:59:29 -03:00
parent 3d3934ac43
commit b22699a079

View file

@ -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.
#