diff options
author | CoprDistGit <infra@openeuler.org> | 2024-09-12 05:17:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-09-12 05:17:06 +0000 |
commit | 230ffbcd05056654e6a252741021393a71adc3d0 (patch) | |
tree | 19c18da7726bbd53227a0ce6655d469f1328b519 /nginx.logrotate | |
parent | 4e533a3a905ac0e51a6fed0f08815e3f2bcb7a9e (diff) |
automatic import of nginx
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 |