Add gen-nginx to README
This commit is contained in:
@@ -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
|
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/`
|
||||||
|
Reference in New Issue
Block a user