05c75e143e
http://lists.opensuse.org/opensuse-packaging/2012-10/msg00021.html (there was unneeded buildrequires which failed SLE) OBS-URL: https://build.opensuse.org/request/show/137952 OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=1
15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
/var/log/nginx/*.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
missingok
|
|
notifempty
|
|
create 644 root root
|
|
postrotate
|
|
/etc/init.d/nginx reopen
|
|
endscript
|
|
}
|
|
|