Skip to content

Commit 2732911

Browse files
committed
bugfix: we did not explicitly specify the pid file path, which may conflict with the default pid path if the user compiles nginx with the --pid-path=PATH ./configure option. thanks fancyrabbit for the report.
1 parent 0863a1f commit 2732911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resty

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ print $out <<_EOC_;
149149
daemon off;
150150
master_process off;
151151
worker_processes 1;
152+
pid logs/nginx.pid;
152153
153154
$env_list
154155

0 commit comments

Comments
 (0)