Another useless README change to test CI

Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
Odyssey
2023-02-10 21:21:00 +01:00
parent f82b9bb229
commit a0d8afe4e8
+1 -1
View File
@@ -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)
}
```