aboutsummaryrefslogtreecommitdiff
path: root/doc/book/cookbook
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-08-28 09:18:13 +0000
committerAlex <alex@adnab.me>2023-08-28 09:18:13 +0000
commitd539a56d3a3f2df5f9e69c7afc3156b698f5183c (patch)
treef4ea09912badc609656650592c8c6188471d0794 /doc/book/cookbook
parentbd50333ade4085fe4ca1d5dafc5f7ca280882879 (diff)
parent24e533f2623ac6ebbdac92efa9c08b6092c59daf (diff)
downloadgarage-d539a56d3a3f2df5f9e69c7afc3156b698f5183c.tar.gz
garage-d539a56d3a3f2df5f9e69c7afc3156b698f5183c.zip
Merge pull request 'Support {s3,web}.root_domains for the Caddy on-demand TLS endpoint (<admin>/check?domain=xx)' (#610) from bug/support-root-domains-on-demand-tls into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/610
Diffstat (limited to 'doc/book/cookbook')
-rw-r--r--doc/book/cookbook/reverse-proxy.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/book/cookbook/reverse-proxy.md b/doc/book/cookbook/reverse-proxy.md
index bacac2ef..b715193e 100644
--- a/doc/book/cookbook/reverse-proxy.md
+++ b/doc/book/cookbook/reverse-proxy.md
@@ -469,3 +469,6 @@ https:// {
reverse_proxy localhost:3902 192.168.1.2:3902 example.tld:3902
}
```
+
+More information on how this endpoint is implemented in Garage is available
+in the [Admin API Reference](@/documentation/reference-manual/admin-api.md) page.