Skip to content

Commit acd6a89

Browse files
apearsonbastienwirtz
authored andcommitted
Listen on IPv6 as well
1 parent 6cfa164 commit acd6a89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lighttpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include "/etc/lighttpd/mime-types.conf"
22

33
server.port = env.PORT
4+
$SERVER["socket"] == "[::]:" + env.PORT { }
45
server.modules = ( "mod_alias" )
56
server.username = "lighttpd"
67
server.groupname = "lighttpd"

0 commit comments

Comments
 (0)