添加http监听

    1. [
    2. 'port' => 8081,
    3. 'type' => SWOOLE_SOCK_TCP,
    4. 'ip' => '0.0.0.0',
    5. 'open_http_protocol' => true,
    6. 'open_websocket_protocol' => false
    7. ],