mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-03 12:46:11 +00:00
create the wsServer based on webserver, no need for a seperate wsPort
This commit is contained in:
@@ -79,8 +79,7 @@ const options = {
|
||||
rule: require('myRuleModule'),
|
||||
webInterface: {
|
||||
enable: true,
|
||||
webPort: 8002,
|
||||
wsPort: 8003,
|
||||
webPort: 8002
|
||||
},
|
||||
throttle: 10000,
|
||||
forceProxyHttps: false,
|
||||
|
@@ -78,8 +78,7 @@ const options = {
|
||||
rule: require('myRuleModule'),
|
||||
webInterface: {
|
||||
enable: true,
|
||||
webPort: 8002,
|
||||
wsPort: 8003,
|
||||
webPort: 8002
|
||||
},
|
||||
throttle: 10000,
|
||||
forceProxyHttps: false,
|
||||
|
Reference in New Issue
Block a user