From f7e34420c04deecae002ee22c60fb411ad87888c Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Wed, 20 Aug 2014 15:24:57 -0700 Subject: [PATCH] resty: more configuration love. --- util/resty | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/util/resty b/util/resty index 2a19cdf..8cd494e 100755 --- a/util/resty +++ b/util/resty @@ -79,6 +79,13 @@ open my $out, ">$conf_file" print $out <<_EOC_; daemon off; master_process off; +worker_processes 1; + +env LD_LIBRARY_PATH; +env LD_PRELOAD; +env PATH; +env LUA_PATH; +env LUA_CPATH; error_log /dev/stderr warn; #error_log /dev/stderr debug;