resty: more configuration love.

This commit is contained in:
Yichun Zhang (agentzh) 2014-08-20 15:24:57 -07:00
parent 399bdecaef
commit f7e34420c0
1 changed files with 7 additions and 0 deletions

View File

@ -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;