mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 17:48:49 +02:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
/opt/bitnami/nginx/logs/proxy_*.log {
|
|
rotate 5
|
|
daily
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
create 0640 root root
|
|
sharedscripts
|
|
|
|
postrotate
|
|
# Reload NGINX to reopen the log files after rotation
|
|
[ -f /opt/bitnami/nginx/tmp/nginx.pid ] && kill -USR1 `cat /opt/bitnami/nginx/tmp/nginx.pid`
|
|
endscript
|
|
} |