mirror of
https://github.com/DanWin/hosting.git
synced 2025-08-29 07:52:51 +02:00
Ignore insecure 777 permissions set by users on logrotate
This commit is contained in:
parent
cfb19915b5
commit
b80f30ac03
1 changed files with 2 additions and 1 deletions
|
@ -16,13 +16,14 @@
|
||||||
invoke-rc.d nginx rotate >/dev/null 2>&1
|
invoke-rc.d nginx rotate >/dev/null 2>&1
|
||||||
endscript
|
endscript
|
||||||
}
|
}
|
||||||
/home/*.onion/logs/*.log {
|
/home/*/logs/*.log {
|
||||||
daily
|
daily
|
||||||
missingok
|
missingok
|
||||||
rotate 1
|
rotate 1
|
||||||
nocompress
|
nocompress
|
||||||
delaycompress
|
delaycompress
|
||||||
notifempty
|
notifempty
|
||||||
|
su root www-data
|
||||||
create 0640 www-data www-data
|
create 0640 www-data www-data
|
||||||
sharedscripts
|
sharedscripts
|
||||||
prerotate
|
prerotate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue