Harden quarantine provisioning; enforce strict permissions and update Ansible and docs
This commit is contained in:
9
examples/logrotate.d/upload-logger
Normal file
9
examples/logrotate.d/upload-logger
Normal file
@@ -0,0 +1,9 @@
|
||||
/path/to/your/project/logs/uploads.log {
|
||||
daily
|
||||
rotate 14
|
||||
compress
|
||||
missingok
|
||||
notifempty
|
||||
copytruncate
|
||||
create 0640 www-data www-data
|
||||
}
|
||||
Reference in New Issue
Block a user