mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-07-16 16:04:04 +00:00
fix: write info level error logs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
worker_processes 1;
|
||||
error_log stderr;
|
||||
error_log stderr info;
|
||||
pid nginx.pid;
|
||||
daemon off;
|
||||
|
||||
|
Reference in New Issue
Block a user