Browse Source

remove unnecessary mux and ConnectionReuse settings.

pull/1/head
KiriKira 7 years ago committed by GitHub
parent
commit
4b541ef1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      websocket+Nginx+TLS/config_server.json

5
websocket+Nginx+TLS/config_server.json

@ -24,15 +24,10 @@
"security": "auto",
"wsSettings": {
"path": "/PATH/",
"connectionReuse": true,
"headers": {
"Host": "domain.Name"
}
}
},
"mux": {
"enabled": true,
"concurrency": 64
}
},
"outbound": {

Loading…
Cancel
Save