mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
1efbfb7da2
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
11 lines
261 B
Text
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" );
|
|
}
|