From cb05958affc8c9254dfedd3774c5f8e2de86bf5f Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 29 May 2017 02:20:41 +0200 Subject: [PATCH] Improve reverse proxy documentation --- proxy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy.md b/proxy.md index 0addc2a5..aa5b215c 100644 --- a/proxy.md +++ b/proxy.md @@ -4,9 +4,9 @@ title: Reverse Proxy permalink: /proxy/ --- -When a everse proxy is used, the path at which Radicale is available must -be provided via the `X-Script-Name` header. - +When a reverse proxy is used, the path at which Radicale is available must +be provided via the `X-Script-Name` header. The proxy must remove the location +from the URL path that is forwarded to Radicale. Example **nginx** configuration: ```nginx