add ssl server

This commit is contained in:
anlicheng 2026-05-03 16:36:14 +08:00
parent 58d851a0f1
commit 145934ff62
3 changed files with 2 additions and 6 deletions

View File

@ -23,7 +23,7 @@
]}, ]},
{ssl_server, [ {ssl_server, [
{port, 443}, {port, 1443},
{acceptors, 500}, {acceptors, 500},
{max_connections, 10240}, {max_connections, 10240},
{backlog, 10240}, {backlog, 10240},

View File

@ -23,7 +23,7 @@
]}, ]},
{ssl_server, [ {ssl_server, [
{port, 443}, {port, 1443},
{acceptors, 500}, {acceptors, 500},
{max_connections, 10240}, {max_connections, 10240},
{backlog, 10240}, {backlog, 10240},

View File

@ -19,10 +19,6 @@
{ref,"f3e9292db22c807e73f57a8422402d6b423ddf5f"}}, {ref,"f3e9292db22c807e73f57a8422402d6b423ddf5f"}},
0}, 0},
{<<"idna">>,{pkg,<<"idna">>,<<"6.0.1">>},1}, {<<"idna">>,{pkg,<<"idna">>,<<"6.0.1">>},1},
{<<"jiffy">>,
{git,"https://github.com/davisp/jiffy.git",
{ref,"9ea1b35b6e60ba21dfd4adbd18e7916a831fd7d4"}},
0},
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},1}, {<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},1},
{<<"mimerl">>,{pkg,<<"mimerl">>,<<"1.2.0">>},1}, {<<"mimerl">>,{pkg,<<"mimerl">>,<<"1.2.0">>},1},
{<<"mysql">>, {<<"mysql">>,