From 65985199083879f458398df56d9bd4152d4accb1 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 4 Dec 2024 09:18:13 +0800 Subject: [PATCH] docs: remove caddy v1 configuration --- website/docs/installation/https.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/website/docs/installation/https.md b/website/docs/installation/https.md index 1fe68e47..656b35ab 100644 --- a/website/docs/installation/https.md +++ b/website/docs/installation/https.md @@ -12,29 +12,7 @@ I recommend using [Caddy](https://caddyserver.com/) as a reverse proxy, as it su Here are some sample configuration on how to configure reverse proxy for Komga. -### Caddy (v1) - -Without a base URL configured in Komga, using a subdomain: - -``` -komga.yourdomain.com { - proxy / http://your-komga-server:25600 { - transparent - } -} -``` - -With a base URL configured in Komga: - -``` -yourdomain.com { - proxy /komga http://your-komga-server:25600 { - transparent - } -} -``` - -### Caddy (v2) +### Caddy Without a base URL configured in Komga, using a subdomain: