allow all for websocket
This commit is contained in:
parent
d1ae443650
commit
37a89c3a44
|
@ -174,10 +174,7 @@
|
|||
%% Maximum number of concurrent clients
|
||||
{max_clients, 512},
|
||||
%% Socket Access Control
|
||||
{access, [
|
||||
{allow, "127.0.0.1"},
|
||||
{deny, all}
|
||||
]},
|
||||
{access, [{allow, all}]},
|
||||
%% Socket Options
|
||||
{sockopts, [
|
||||
{backlog, 1024}
|
||||
|
|
Loading…
Reference in New Issue