From cc9c2286f781497902ccbff5cb865493a1a43e48 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Sun, 19 Feb 2023 13:01:20 +0000 Subject: [PATCH] readme+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8521cfc..137d4fc 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ An example `squid.conf` can be found in [docs/proxy/squid-1.conf](docs/proxy/squ ## Reverse Proxy GoWatch can be run behind a reverse proxy, if it's hosted under a subdomain (https://gowatch.domain.tld), no changes to the config are needed. -But if you want to run GoWatch under a path (https://domain.tld/gowatch), you can set the `gin.urlprefix` value in the config or the `GOWATCH_URLPREFIX` environment variable can be used. +But if you want to run GoWatch under a path (https://domain.tld/gowatch), you can set the `gin.urlprefix` value in the config or the `GOWATCH_GIN_URLPREFIX` environment variable can be used. ``` gin: urlprefix: "/gowatch"