Nginx creating a huge "off" file

Hey guys,

I couldn’t find much about this in the docs or Google, could just be due
to its name… anyways, in the root nginx dir, nginx creates this “off”
file. It slowly gets huge and ended up eating all the disk space on my
drive.

  1. Is there any documentation as to what this file is?
  2. Can I control how big it gets?
  3. What’s it for?

Thanks!

Posted at Nginx Forum:

Hello!

On Sat, Jan 2, 2010 at 6:40 PM, travisbell [email protected] wrote:

I couldn’t find much about this in the docs or Google, could just be due to
its name… anyways, in the root nginx dir, nginx creates this “off” file.
It slowly gets huge and ended up eating all the disk space on my drive.

  1. Is there any documentation as to what this file is?
  2. Can I control how big it gets?
  3. What’s it for?

What is the content of that file? I think you might set some logfile to off
which makes file off.

Bye,
a

Hello!

On Sat, Jan 02, 2010 at 12:40:22PM -0500, travisbell wrote:

Hey guys,

I couldn’t find much about this in the docs or Google, could just be due to its name… anyways, in the root nginx dir, nginx creates this “off” file. It slowly gets huge and ended up eating all the disk space on my drive.

  1. Is there any documentation as to what this file is?
  2. Can I control how big it gets?
  3. What’s it for?

Guess you wrote something like

error_log off;

assuming it would switch off error_log. Obviously this assumption
is wrong.

Maxim D.

Ahaha… you are correct sir. My bad!

Posted at Nginx Forum: