mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
create the wsServer based on webserver, no need for a seperate wsPort
This commit is contained in:
@@ -6,8 +6,7 @@ const options = {
|
||||
rule: null,
|
||||
webInterface: {
|
||||
enable: true,
|
||||
webPort: 8002,
|
||||
wsPort: 8003,
|
||||
webPort: 8002
|
||||
},
|
||||
throttle: 10000,
|
||||
forceProxyHttps: true,
|
||||
|
||||
Reference in New Issue
Block a user