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
{max_clients, 512},
%% Socket Access Control
{access, [
{allow, "127.0.0.1"},
{deny, all}
]},
{access, [{allow, all}]},
%% Socket Options
{sockopts, [
{backlog, 1024}