mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Listen on IPv6 as well
This commit is contained in:
parent
6cfa1643b4
commit
acd6a8911b
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue