mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
fix default plaintext listener
This commit is contained in:
parent
540545353e
commit
fc65f16bb3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ server:
|
||||||
# we recommend using plaintext only on local (loopback) interfaces:
|
# we recommend using plaintext only on local (loopback) interfaces:
|
||||||
# If you need to serve plaintext on public interfaces, comment out the above
|
# If you need to serve plaintext on public interfaces, comment out the above
|
||||||
# two lines and uncomment the line below (which listens on all interfaces):
|
# two lines and uncomment the line below (which listens on all interfaces):
|
||||||
# ":__PORT__":
|
":__PORT__":
|
||||||
# Alternately, if you have a TLS certificate issued by a recognized CA,
|
# Alternately, if you have a TLS certificate issued by a recognized CA,
|
||||||
# you can configure port 6667 as an STS-only listener that only serves
|
# you can configure port 6667 as an STS-only listener that only serves
|
||||||
# "redirects" to the TLS port, but doesn't allow chat. See the manual
|
# "redirects" to the TLS port, but doesn't allow chat. See the manual
|
||||||
|
|
Loading…
Reference in a new issue