1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

fix: allow disabling IPv6

This commit is contained in:
thomas 2023-09-08 01:44:07 -04:00 committed by Bastien Wirtz
parent a3c5b4ac9d
commit ce2d3e945a
4 changed files with 10 additions and 1 deletions

View file

@ -1,7 +1,7 @@
include "/etc/lighttpd/mime-types.conf"
include_shell "/etc/lighttpd/ipv6.sh"
server.port = env.PORT
$SERVER["socket"] == "[::]:" + env.PORT { }
server.modules = ( "mod_alias" )
server.username = "lighttpd"
server.groupname = "lighttpd"