X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=lighttpd.sysconfig;h=27e071fd1796058c17967962d67e9dca1f91d603;hb=d66b6f703f3c52121925c507e81bdd102c8abe74;hp=df7a72ab72a01a59f3808dc9b0200c63a80bf2d2;hpb=93219c0e74e6b744caf0f8705120f30d2b605a07;p=packages%2Flighttpd.git diff --git a/lighttpd.sysconfig b/lighttpd.sysconfig index df7a72a..27e071f 100644 --- a/lighttpd.sysconfig +++ b/lighttpd.sysconfig @@ -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=""