Skip to content

Commit

Permalink
docs: remove caddy v1 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 4, 2024
1 parent 7eadb6f commit 6598519
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions website/docs/installation/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 6598519

Please sign in to comment.