aboutsummaryrefslogtreecommitdiffhomepage
path: root/lighttpd.conf
diff options
context:
space:
mode:
authorthomas <me@thomasanderson.cloud>2023-09-08 01:44:07 -0400
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 05:16:20 -0700
commitce2d3e945a906e56ef43ef29d329a9f39314fcef (patch)
tree49f2a557fe5ead1df49e6baacd33343d01c05341 /lighttpd.conf
parenta3c5b4ac9dd1ddf2b52fff48ea860c067fb05cf9 (diff)
downloadhomer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.tar.gz
homer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.tar.zst
homer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.zip
fix: allow disabling IPv6
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
index 2bf043f..a6e9ff5 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -1,7 +1,7 @@
1include "/etc/lighttpd/mime-types.conf" 1include "/etc/lighttpd/mime-types.conf"
2include_shell "/etc/lighttpd/ipv6.sh"
2 3
3server.port = env.PORT 4server.port = env.PORT
4$SERVER["socket"] == "[::]:" + env.PORT { }
5server.modules = ( "mod_alias" ) 5server.modules = ( "mod_alias" )
6server.username = "lighttpd" 6server.username = "lighttpd"
7server.groupname = "lighttpd" 7server.groupname = "lighttpd"