docs(nextcloud): update security warning decisions and background job annotation

update notes:
- trusted_proxies warning
- HSTS option warning
- background job mode annotation
This commit is contained in:
2026-05-05 20:09:00 +09:00
parent 15c09cb899
commit 6ca4f61d50
2 changed files with 16 additions and 2 deletions
@@ -1,4 +1,5 @@
<?php
$CONFIG = [
// Background jobs mode is auto-detected as 'cron' when nextcloud-cron.timer runs cron.php via CLI. No explicit config required.
'maintenance_window_start' => 18,
];