slackbuilds_ponce/network/lighttpd2/conf/angel.conf
Matteo Bernardini 1efbfb7da2 network/lighttpd2: Added (light, fast, and secure webserver).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-09-08 17:28:33 -05:00

11 lines
261 B
Text

instance {
user "lighttpd";
group "lighttpd";
max-open-files 16384;
copy-env ( "PATH" );
# env ( "G_SLICE=always-malloc", "G_DEBUG=gc-friendly" );
# wrapper ("/usr/bin/valgrind", "--leak-check=full", "--show-reachable=yes", "--leak-resolution=high" );
}