Skip to content

Commit

Permalink
remove unnecessary mux and ConnectionReuse settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
KiriKira authored Dec 23, 2017
1 parent 061e3ba commit 4b541ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions websocket+Nginx+TLS/config_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,10 @@
"security": "auto",
"wsSettings": {
"path": "/PATH/",
"connectionReuse": true,
"headers": {
"Host": "domain.Name"
}
}
},
"mux": {
"enabled": true,
"concurrency": 64
}
},
"outbound": {
Expand Down

0 comments on commit 4b541ef

Please sign in to comment.