diff options
Diffstat (limited to 'community-testing/nginx/nginx.logrotate')
-rw-r--r-- | community-testing/nginx/nginx.logrotate | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/community-testing/nginx/nginx.logrotate b/community-testing/nginx/nginx.logrotate deleted file mode 100644 index d490d5d9b..000000000 --- a/community-testing/nginx/nginx.logrotate +++ /dev/null @@ -1,8 +0,0 @@ -/var/log/nginx/*.log { - missingok - sharedscripts - compress - postrotate - test -r /var/run/nginx.pid && kill -USR1 `cat /var/run/nginx.pid` - endscript -} |