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:
Andrew Morgan
2026-08-13 11:13:36 +01:00
parent 4bbc6ad74f
commit b7db66c21e
+5 -2
View File
@@ -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"