diff options
author | Simon C <simonc@linux.com> | 2022-06-07 09:44:03 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-06-07 13:32:52 +0200 |
commit | 4b8f48f3c535949fe4550aade6df83b9dca989e7 (patch) | |
tree | 8726d7c23df88ca8c2e3033a9e6952ef4305af50 /doc/book/cookbook/reverse-proxy.md | |
parent | 7d3b5585f1662dbff85b189d4d3ad7e4fc4c96ea (diff) | |
download | garage-4b8f48f3c535949fe4550aade6df83b9dca989e7.tar.gz garage-4b8f48f3c535949fe4550aade6df83b9dca989e7.zip |
docs: Fix title level
Diffstat (limited to 'doc/book/cookbook/reverse-proxy.md')
-rw-r--r-- | doc/book/cookbook/reverse-proxy.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/cookbook/reverse-proxy.md b/doc/book/cookbook/reverse-proxy.md index 61bc7933..81882451 100644 --- a/doc/book/cookbook/reverse-proxy.md +++ b/doc/book/cookbook/reverse-proxy.md @@ -100,7 +100,7 @@ server { } ``` -## Exposing the web endpoint +### Exposing the web endpoint To better understand the logic involved, you can refer to the [Exposing buckets as websites](/cookbook/exposing_websites.html) section. Otherwise, the configuration is very similar to the S3 endpoint. |