You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
6 years ago
|
/var/log/nginx/*.log {
|
||
|
su nobody nogroup
|
||
|
rotate 10
|
||
|
notifempty
|
||
|
size=5M
|
||
|
compress
|
||
|
delaycompress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/etc/rc.d/rc.nginx rotate
|
||
|
endscript
|
||
|
}
|