mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-14 07:10:48 +00:00
Clarify comment
From https://github.com/element-hq/synapse/pull/19875#discussion_r3774386943. I was unable to do so on the PR quickly as the branch was not available for maintainers to edit.
This commit is contained in:
@@ -329,8 +329,11 @@ server.modules = (
|
||||
server.username = "lighttpd"
|
||||
server.groupname = "lighttpd"
|
||||
|
||||
# disable for wildcard IPv6 on all, enable for specific IPv6 addresses
|
||||
# see below IPv4 0.0.0.0 & IPv6 [::]
|
||||
# We set this to "disable" and use IPv6 `[::]` explicitly below,
|
||||
# in order to listen on all incoming IPv6 addresses.
|
||||
#
|
||||
# If you only want to listen on specific IPv6 addresses, set this
|
||||
# to "enable" and specify said addresses below.
|
||||
server.use-ipv6 = "disable"
|
||||
|
||||
ssl.pemfile = "/etc/lighttpd/cert+privkey.pem"
|
||||
|
||||
Reference in New Issue
Block a user