pedestal

thosmos 2020-05-19T22:22:51.129400Z

Iā€™m running pedestal with jetty and it appears to be bound only to localhost. Is there a common way to bind to all interfaces?

hlship 2020-05-23T22:24:09.130300Z

This was, AFAIK, an intentional change several releases ago, to prevent (in production) accidentally binding to too many interfaces. Now it has to be done intentionally.

thosmos 2020-05-19T22:37:11.130100Z

I fixed it by setting the :io.pedestal.http/host key in the service-map

šŸ‘ 1