]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd.sysconfig
- fix mod_deflate obsoletes
[packages/lighttpd.git] / lighttpd.sysconfig
index df7a72ab72a01a59f3808dc9b0200c63a80bf2d2..27e071fd1796058c17967962d67e9dca1f91d603 100644 (file)
@@ -3,8 +3,13 @@
 # Define nice level for lighttpd
 #SERVICE_RUN_NICE_LEVEL="+0"
 
+# Use lighttpd-angel
+# Allows graceful restart and crash recovery.
+# Off by default but consider enabling
+#LIGHT_ANGEL="yes"
+
 # Give it 4096 fd's.
 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 4096"
 
-# use IPv6
-#HTTPD_OPTS="-6"
+# Daemon options, for IPV6 set server.use-ipv6 config variable!
+#HTTPD_OPTS=""
This page took 0.043523 seconds and 4 git commands to generate.