allow all for websocket

This commit is contained in:
Feng Lee 2015-05-29 16:07:43 +08:00
parent d1ae443650
commit 37a89c3a44
1 changed files with 1 additions and 4 deletions

View File

@ -174,10 +174,7 @@
%% Maximum number of concurrent clients %% Maximum number of concurrent clients
{max_clients, 512}, {max_clients, 512},
%% Socket Access Control %% Socket Access Control
{access, [ {access, [{allow, all}]},
{allow, "127.0.0.1"},
{deny, all}
]},
%% Socket Options %% Socket Options
{sockopts, [ {sockopts, [
{backlog, 1024} {backlog, 1024}