chore: comment quic listener from emqx.conf

This commit is contained in:
Zhongwen Deng 2022-05-31 18:01:09 +08:00
parent 6c9b959651
commit 0fcc02caf4
1 changed files with 7 additions and 7 deletions

View File

@ -31,10 +31,10 @@ listeners.wss.default {
}
}
listeners.quic.default {
enabled: true
bind: "0.0.0.0:14567"
max_connections: 1024000
keyfile: "{{ platform_etc_dir }}/certs/key.pem"
certfile: "{{ platform_etc_dir }}/certs/cert.pem"
}
# listeners.quic.default {
# enabled: false
# bind: "0.0.0.0:14567"
# max_connections: 1024000
# keyfile: "{{ platform_etc_dir }}/certs/key.pem"
# certfile: "{{ platform_etc_dir }}/certs/cert.pem"
#}