aboutsummaryrefslogtreecommitdiff
path: root/content/documentation/cookbook/reverse_proxy.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/documentation/cookbook/reverse_proxy.md')
-rw-r--r--content/documentation/cookbook/reverse_proxy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/documentation/cookbook/reverse_proxy.md b/content/documentation/cookbook/reverse_proxy.md
index 36b9ea3..7fca5e6 100644
--- a/content/documentation/cookbook/reverse_proxy.md
+++ b/content/documentation/cookbook/reverse_proxy.md
@@ -123,7 +123,7 @@ server {
### Exposing the web endpoint
The web endpoint is a bit more complicated to configure as it listens on many different `Host` fields.
-To better understand the logic involved, you can refer to the [Exposing buckets as websites](/cookbook/exposing_websites.html) section.
+To better understand the logic involved, you can refer to the [Exposing buckets as websites](/documentation/cookbook/exposing-websites/) section.
Also, for some applications, you may need to serve CORS headers: Garage can not serve them directly but we show how we can use nginx to serve them.
You can use the following example as your starting point: