From a0d8afe4e89a4d4302c1399918ff1f577f86e334 Mon Sep 17 00:00:00 2001 From: Odyssey Date: Fri, 10 Feb 2023 21:21:00 +0100 Subject: [PATCH] Another useless README change to test CI Signed-off-by: Odyssey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2150150..abd00f4 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you don't want to use port 3000 for GotHub, set the GOTHUB_PORT environment v We recommend Caddy for the web server, as it provides automatic HTTPS, HTTP/3 and is easy to setup. ```caddyfile gothub.example.com { - reverse_proxy localhost:3000 + reverse_proxy localhost:(the port for GotHub) } ```