Try to support bunkerweb

This commit is contained in:
Alexey Berezhok
2026-04-11 00:41:04 +03:00
parent d76624ff43
commit 4cb55905cc
164 changed files with 356 additions and 258 deletions

View File

@@ -1,4 +1,4 @@
/var/log/nginx/*log /var/log/nginx/domains/*log {
/var/log/nginx/*log /var/log/nginx/domains/*log /usr/local/hestia/nginx-system/var/log/nginx/*log {
rotate 4
weekly
missingok
@@ -8,6 +8,6 @@
create 640
sharedscripts
postrotate
[ -f /run/nginx.pid ] && kill -USR1 `cat /run/nginx.pid`
[ -f /run/nginx-system.pid ] && kill -USR1 `cat /run/nginx-system.pid`
endscript
}