TOC
Table of Contents
Overview
The default configuration in nginx.conf file is;
error_log /path/to/logfile-folder/error.log;
Solution
Change the above line with the following;
error_log /path/to/logfile-folder/error.log debug;
Restart NGINX.




Leave a Reply
You must be logged in to post a comment.