diff --git a/roles/nginx/files/nginx.conf b/roles/nginx/files/nginx.conf index 125e70b..8e6e1f5 100644 --- a/roles/nginx/files/nginx.conf +++ b/roles/nginx/files/nginx.conf @@ -9,7 +9,7 @@ worker_processes auto; # Log errors and warnings to this file # This is only used when you don't override it on a server{} level -error_log /var/log/nginx/error.log error; +error_log /var/log/nginx/error.log warn; # The file storing the process ID of the main process pid /var/run/nginx.pid;