]> cat aescling's git repositories - mastodon.git/commit
Do not set port for puma if it is bound to unix socket (#2289)
authorAkihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Fri, 21 Apr 2017 23:22:20 +0000 (08:22 +0900)
committerEugen <eugen@zeonfederated.com>
Fri, 21 Apr 2017 23:22:20 +0000 (01:22 +0200)
commit0f852c6f749dcee61758c4c5ccd94be98f29512c
tree49825e80c19efac4ad04cf169bea9c4a666ecf39
parent974ac467de5a60a30dc3d19b8ced732e04395879
Do not set port for puma if it is bound to unix socket (#2289)

Setting port after binding a unix socket puma listen to both of an unix
socket and TCP/IP, which is not a desired behavior.
config/puma.rb