Listen on IPv6 as well

This commit is contained in:
Andrew Pearson 2023-05-10 09:16:01 -05:00 committed by Bastien Wirtz
parent 6cfa1643b4
commit acd6a8911b

View File

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