We plan to use this with a reverse proxy. The plan may change in the future.

main
absc 2024-08-12 21:01:16 +00:00
parent e8ccc3a29f
commit e7e34d78d6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ start(_Type, StartArgs) ->
]}
]),
{ok, ListenerPid} = cowboy:start_tls(dudeswave_listener, [
{ok, ListenerPid} = cowboy:start_clear(dudeswave_listener, [
{port, Port},
Inet,
{ip, Addr}