From e0977c983abff89ac3a9e37f616399dc0b6c61c7 Mon Sep 17 00:00:00 2001 From: sptaule Date: Wed, 26 Jan 2022 14:44:47 +0100 Subject: Fix doc links & added noJS support for the doc --- content/documentation/cookbook/reverse_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/documentation/cookbook/reverse_proxy.md') 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: -- cgit v1.2.3