summaryrefslogtreecommitdiff
path: root/network/lighttpd2/conf/angel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'network/lighttpd2/conf/angel.conf')
-rw-r--r--network/lighttpd2/conf/angel.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/network/lighttpd2/conf/angel.conf b/network/lighttpd2/conf/angel.conf
new file mode 100644
index 0000000000..49d8890740
--- /dev/null
+++ b/network/lighttpd2/conf/angel.conf
@@ -0,0 +1,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" );
+}