mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #898 from nextcloud/enh/noid/lighttpd-ipv6
enable ipv6 for lighttpd
This commit is contained in:
commit
8021c8119f
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ server.port = env.APACHE_PORT
|
||||||
server.username = "www-data"
|
server.username = "www-data"
|
||||||
server.groupname = "www-data"
|
server.groupname = "www-data"
|
||||||
|
|
||||||
|
server.use-ipv6 = "enable"
|
||||||
|
|
||||||
mimetype.assign = (
|
mimetype.assign = (
|
||||||
".html" => "text/html",
|
".html" => "text/html",
|
||||||
".txt" => "text/plain",
|
".txt" => "text/plain",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue