Nginx log full of `NULL` characters

Viewed 190

I'm running Nginx in a Docker container, and my error log keeps filling up with NULL characters, so it looks like this:

enter image description here

I had Nginx and PHP containers both set to output errors to error.log. When I set PHP to use a separate log file, I get fewer NULLs, but they still crop up, especially in the PHP log.

Has anyone come across this before, and is there a tweak I can do to prevent it?

0 Answers
Related