| Index: modules/notificationserver/files/logrotate |
| =================================================================== |
| deleted file mode 100644 |
| --- a/modules/notificationserver/files/logrotate |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -/var/log/nginx/access_log_notification { |
| - daily |
| - rotate 30 |
| - compress |
| - missingok |
| - nodateext |
| - sharedscripts |
| - postrotate |
| - [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid` |
| - endscript |
| -} |