Organize domain reports under domains directory
This commit is contained in:
parent
77e7cae1cf
commit
6b9219009d
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue