mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
7 lines
174 B
Text
7 lines
174 B
Text
/var/log/nginx/neocities-sites.log {
|
|
rotate 14
|
|
create 0640 www-data adm
|
|
postrotate
|
|
[ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
|
|
endscript
|
|
}
|