diff options
Diffstat (limited to 'roles/common-web')
-rw-r--r-- | roles/common-web/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common-web/tasks/main.yml b/roles/common-web/tasks/main.yml index ac42af3..41cfa46 100644 --- a/roles/common-web/tasks/main.yml +++ b/roles/common-web/tasks/main.yml @@ -4,7 +4,7 @@ - name: Limit Nginx logging lineinfile: "dest=/etc/logrotate.d/nginx create=yes regexp='^\\s*rotate\\s' - line='\trotate 3'" + line='\trotate 1'" tags: - logrotate |