mirror of https://github.com/bastienwirtz/homer
Listen on IPv6 as well
parent
6cfa1643b4
commit
acd6a8911b
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue