From 2c9e609b16c10af4fc948e930431478aed7250f0 Mon Sep 17 00:00:00 2001 From: comeUpWithItLater Date: Sat, 14 Sep 2024 01:50:56 +0800 Subject: [PATCH] Update examples/reverse-proxies/caddy2-in-container/README.md Co-authored-by: Slavi Pantaleev --- examples/reverse-proxies/caddy2-in-container/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/reverse-proxies/caddy2-in-container/README.md b/examples/reverse-proxies/caddy2-in-container/README.md index 5d3863b09..1682e84f6 100644 --- a/examples/reverse-proxies/caddy2-in-container/README.md +++ b/examples/reverse-proxies/caddy2-in-container/README.md @@ -17,4 +17,4 @@ And adjust the `docker-compose.yaml` of Caddy's. See [examples/reverse-proxies/c You can either just use the [Caddyfile](Caddyfile) directly or append its content to your own Caddyfile. In both cases make sure to replace all the `example.tld` domains with your own domain. -This example does not include additional services like element, but you should be able copy the first block and replace the matrix subdomain with the additional services subdomain. I have not tested this though. +This example does not include additional services like Element, but you should be able copy the first block and replace the `matrix.` subdomain with the subdomain of the some other service (e.g. `element.`).