mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
resty: more configuration love.
This commit is contained in:
parent
399bdecaef
commit
f7e34420c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user