Tons of updates including erpnext, fusionauth, kong, elasticsearch, postgres-12, opennebula-5.10...
This commit is contained in:
13
web/kong-2.0.3/files/original/kong.logrotate
Normal file
13
web/kong-2.0.3/files/original/kong.logrotate
Normal file
@@ -0,0 +1,13 @@
|
||||
/usr/local/kong/logs/*.log {
|
||||
rotate 14
|
||||
daily
|
||||
missingok
|
||||
compress
|
||||
notifempty
|
||||
sharedscripts
|
||||
postrotate
|
||||
if [ -f /usr/local/kong/pids/nginx.pid ]; then
|
||||
kill -USR1 `cat /usr/local/kong/pids/nginx.pid`
|
||||
fi
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user