1

Can I rotate the nginx log every 30 minutes?

Like:

  • 10:30.log
  • 11:00.log
  • 11:30.log etc.

1 Answer 1

2

I'm not sure if logrotate.d supports 30 minutes intervals or not. However, you could write the logrotate.d config for nginx and then fire logrotate every 30 minutes via cron.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .