mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
11
rootfs/etc/logrotate
Normal file
11
rootfs/etc/logrotate
Normal file
@@ -0,0 +1,11 @@
|
||||
/data/nginx/access.log {
|
||||
daily
|
||||
rotate 3
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
sharedscripts
|
||||
postrotate
|
||||
nginx -s reload
|
||||
endscript
|
||||
}
|
Reference in New Issue
Block a user