diff options
author | Mario Preksavec <mario@slackware.hr> | 2022-03-28 00:19:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:52 +0700 |
commit | ac1c6aa163160fae061c3c64e0777fa615956166 (patch) | |
tree | 52baf1643c7873d80a3fbd0fb27889855b4e460f /network | |
parent | 32628529d16397ee903318508051875453c6b401 (diff) | |
download | slackbuilds-ac1c6aa163160fae061c3c64e0777fa615956166.tar.gz |
network/nginx: Update nginx.logrotate.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/nginx/nginx.logrotate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/nginx/nginx.logrotate b/network/nginx/nginx.logrotate index 626cebddba..1110c53702 100644 --- a/network/nginx/nginx.logrotate +++ b/network/nginx/nginx.logrotate @@ -2,7 +2,7 @@ su @USER@ @GROUP@ rotate 10 notifempty - size=5M + size 5M compress delaycompress sharedscripts |