]> TLD Linux GIT Repositories - packages/lighttpd.git/blob - lighttpd.sysconfig
- updated to 1.4.73, build with lua54
[packages/lighttpd.git] / lighttpd.sysconfig
1 # Customized settings for lighttpd
2
3 # Define nice level for lighttpd
4 #SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Use lighttpd-angel
7 # Allows graceful restart and crash recovery.
8 # Off by default but consider enabling
9 #LIGHT_ANGEL="yes"
10
11 # Give it 4096 fd's.
12 #SERVICE_LIMITS="$DEFAULT_SERVICE_LIMITS -n 4096"
13
14 # Daemon options, for IPV6 set server.use-ipv6 config variable!
15 #HTTPD_OPTS=""