mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
small dep updates/fix logrotate
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
compress
|
||||
sharedscripts
|
||||
postrotate
|
||||
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi
|
||||
if [ -s /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi
|
||||
kill "$(pgrep goaccess)"
|
||||
endscript
|
||||
}
|
||||
|
Reference in New Issue
Block a user