diff options
Diffstat (limited to 'nginx.logrotate')
-rw-r--r-- | nginx.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.logrotate b/nginx.logrotate index 353da6e..f9e12c7 100644 --- a/nginx.logrotate +++ b/nginx.logrotate @@ -1,7 +1,7 @@ /var/log/nginx/*log { create 0664 nginx root daily - rotate 10 + rotate -1 missingok notifempty compress |