--
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-ta...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/c2bbaa19-e8be-4da5-a873-98d59d47830e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, two child specs is the way to go since you end up using a different acceptor on a different port.
On Saturday, July 30, 2016, <al...@lunabyte.io> wrote:
Should I use the http and https methods, both pointing to the same plug, should I create two different children using the child_spec function twice, or is there a way to do both under one child?--Additionally, if I wanted to redirect http traffic to https using Plug.SSL, would I want to start both http and https?Thanks
You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/c2bbaa19-e8be-4da5-a873-98d59d47830e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.