mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +00:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
/data/nginx/access.log {
|
|
daily
|
|
rotate 3
|
|
missingok
|
|
notifempty
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
nginx -s reload
|
|
endscript
|
|
}
|