Listen on IPv6 as well

pull/649/head
Andrew Pearson 2023-05-10 09:16:01 -05:00 committed by Bastien Wirtz
parent 6cfa1643b4
commit acd6a8911b
1 changed files with 1 additions and 0 deletions

View File

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