Organize domain reports under domains directory

This commit is contained in:
Jordan Wages 2025-07-18 02:25:10 -05:00
commit 6b9219009d
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ Use the `run-reports.sh` script to run all report intervals in one step. The scr
./run-reports.sh
```
Running this script will create or update the hourly, daily, weekly and monthly reports under `output/`. It also detects all unique domains found in the database and writes per-domain reports to `output/<domain>/<interval>` alongside the aggregate data.
Running this script will create or update the hourly, daily, weekly and monthly reports under `output/`. It also detects all unique domains found in the database and writes per-domain reports to `output/domains/<domain>/<interval>` alongside the aggregate data.
## Serving Reports with Nginx