Skip to content

Commit 5412a70

Browse files
committed
create the wsServer based on webserver, no need for a seperate wsPort
1 parent c2760e0 commit 5412a70

File tree

15 files changed

+257
-335
lines changed

15 files changed

+257
-335
lines changed

docs-src/cn/src_doc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ const options = {
7979
rule: require('myRuleModule'),
8080
webInterface: {
8181
enable: true,
82-
webPort: 8002,
83-
wsPort: 8003,
82+
webPort: 8002
8483
},
8584
throttle: 10000,
8685
forceProxyHttps: false,

docs-src/en/src_doc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ const options = {
7878
rule: require('myRuleModule'),
7979
webInterface: {
8080
enable: true,
81-
webPort: 8002,
82-
wsPort: 8003,
81+
webPort: 8002
8382
},
8483
throttle: 10000,
8584
forceProxyHttps: false,

0 commit comments

Comments
 (0)