summaryrefslogtreecommitdiffstats
path: root/network/lighttpd2/conf/angel.conf
blob: 49d8890740fe10d961aae9c0b0da48c25e25f180 (plain)
1
2
3
4
5
6
7
8
9
10
11
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" );
}