summaryrefslogtreecommitdiff
path: root/roles/web/files/nginx/nginx.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'roles/web/files/nginx/nginx.logrotate')
-rw-r--r--roles/web/files/nginx/nginx.logrotate12
1 files changed, 0 insertions, 12 deletions
diff --git a/roles/web/files/nginx/nginx.logrotate b/roles/web/files/nginx/nginx.logrotate
deleted file mode 100644
index da8ba47..0000000
--- a/roles/web/files/nginx/nginx.logrotate
+++ /dev/null
@@ -1,12 +0,0 @@
-/var/log/nginx/*log {
- missingok
- notifempty
- create 640 http root
- daily
- rotate 14
- sharedscripts
- compress
- postrotate
- test ! -r /run/nginx.pid || kill -USR1 `cat /run/nginx.pid`
- endscript
-}