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:
parent
3d3934ac43
commit
b22699a079
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
# Specifies the `port` that Puma will listen on to receive requests;
|
||||||
# default is 3000.
|
# default is 3000.
|
||||||
#
|
#
|
||||||
port ENV.fetch('PORT') { 3000 }
|
# port ENV.fetch('PORT') { 3000 }
|
||||||
|
bind 'tcp://[::]:3100'
|
||||||
|
|
||||||
# Specifies the `environment` that Puma will run in.
|
# Specifies the `environment` that Puma will run in.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue