From 6c781bb8b9b5dea1f3cdb75a6cbde2b9e8942e8c Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 6 Jan 2024 18:53:54 +0000 Subject: Make nginx a role --- roles/web/files/nginx/nginx.logrotate | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 roles/web/files/nginx/nginx.logrotate (limited to 'roles/web/files/nginx/nginx.logrotate') 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 -} -- cgit v1.2.3-70-g09d2