From a044cb86bde7d8f80199f9ebdb5c2e746568c547 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Mon, 25 Aug 2025 17:40:03 +0200 Subject: [PATCH] Clarify port use for nginx --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b47f94b..69b10e9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ go build -o tesseract-genconf ./tesseract/genconf/ ```yaml listen: - - "[::]:16420" + - "[::]:8080" roots: /etc/tesseract/roots.pem logs: - shortname: example2025h1 @@ -55,7 +55,8 @@ mkdir -p /var/lib/tesseract/example2025h1/data ./tesseract-genconf -c config.yaml gen-nginx ``` -You can symlink the generated $monitoringprefix.conf files from `/etc/nginx/sites-enabled/`. +The port from the main `listen:` field will be used in the NGINX server blocks (in our case +`:8080`). You can symlink the generated $monitoringprefix.conf files from `/etc/nginx/sites-enabled/`. 7. **Generate root certificates (optional):** ```bash