Merge pull request #898 from nextcloud/enh/noid/lighttpd-ipv6

enable ipv6 for lighttpd
This commit is contained in:
Simon L
2022-07-17 18:24:05 +02:00
committed by GitHub

View File

@@ -5,6 +5,8 @@ server.port = env.APACHE_PORT
server.username = "www-data"
server.groupname = "www-data"
server.use-ipv6 = "enable"
mimetype.assign = (
".html" => "text/html",
".txt" => "text/plain",