mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
fix: allow disabling IPv6
This commit is contained in:
parent
a3c5b4ac9d
commit
ce2d3e945a
4 changed files with 10 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include "/etc/lighttpd/mime-types.conf"
|
||||
include_shell "/etc/lighttpd/ipv6.sh"
|
||||
|
||||
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