Skip to content

Commit 096c7ba

Browse files
authored
Update README.md
ws 注释ssl
1 parent 09f12ea commit 096c7ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ composer require "jianyan74/yii2-websocket"
5656
'config' => [// 标准的swoole配置项都可以再此加入
5757
'daemonize' => false,// 守护进程执行
5858
'task_worker_num' => 4,//task进程的数量
59-
'ssl_cert_file' => '',
60-
'ssl_key_file' => '',
59+
// 'ssl_cert_file' => '',
60+
// 'ssl_key_file' => '',
6161
'pid_file' => __DIR__ . '/../../backend/runtime/logs/server.pid',
6262
'log_file' => __DIR__ . '/../../backend/runtime/logs/swoole.log',
6363
'log_level' => 0,
@@ -266,4 +266,4 @@ type | leave
266266
"count": 2,
267267
"time": "2018-03-06 11:27:15"
268268
}
269-
```
269+
```

0 commit comments

Comments
 (0)