From dc95d8d3bb865663c207cd81f96696abb183b229 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 24 Aug 2025 15:06:09 +0200 Subject: [PATCH] Add gen-nginx to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68a0317..a2aa8a3 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,9 @@ go run ./tesseract/genconf/main.go -c config.yaml gen-env go run ./tesseract/genconf/main.go -c config.yaml gen-html ``` -This generates `index.html`, `log.v3.json`, `.env`, and `roots.pem` files in each log's directory. +5. **Generate nginx configuration files:** +```bash +go run ./tesseract/genconf/main.go -c config.yaml gen-nginx +``` + +You can symlink the generated $monitoringprefix.conf files from `/etc/nginx/sites-enabled/`