# Customized settings for lighttpd

# 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"

# Daemon options, for IPV6 set server.use-ipv6 config variable!
#HTTPD_OPTS=""
