diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-08 11:05:42 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-08 11:05:42 +0200 |
commit | 24e533f2623ac6ebbdac92efa9c08b6092c59daf (patch) | |
tree | 5fd450dad6cc7cef64db62327869c7d7bf664e28 /doc/book/cookbook/reverse-proxy.md | |
parent | 67b1457c77d930cd12f83f5cf07ec7f2376fa00c (diff) | |
download | garage-24e533f2623ac6ebbdac92efa9c08b6092c59daf.tar.gz garage-24e533f2623ac6ebbdac92efa9c08b6092c59daf.zip |
support {s3,web}.root_domains in /check endpointbug/support-root-domains-on-demand-tls
Diffstat (limited to 'doc/book/cookbook/reverse-proxy.md')
-rw-r--r-- | doc/book/cookbook/reverse-proxy.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/book/cookbook/reverse-proxy.md b/doc/book/cookbook/reverse-proxy.md index 9c833ad0..5d7355a4 100644 --- a/doc/book/cookbook/reverse-proxy.md +++ b/doc/book/cookbook/reverse-proxy.md @@ -428,3 +428,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. |