mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
enable ipv6 for lighttpd
Signed-off-by: szaimen <szaimen@e.mail.de> Revert "enable ipv6 for lighttpd" This reverts commit 3d03d45d0b024845fdd58eb08e490df75219b335. Update lighttpd.conf
This commit is contained in:
parent
005ad34741
commit
4db1b278b1
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