From e09036f9daf0e6afc461f1ac6166af8cd5509b22 Mon Sep 17 00:00:00 2001 From: Menso Heus Date: Sat, 29 Jan 2022 16:04:41 +0100 Subject: [PATCH] Updated Setup Reverse Proxy (markdown) --- Setup-Reverse-Proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Setup-Reverse-Proxy.md b/Setup-Reverse-Proxy.md index 1b1afa3..86cadd1 100644 --- a/Setup-Reverse-Proxy.md +++ b/Setup-Reverse-Proxy.md @@ -43,6 +43,7 @@ http { If you want to use nginx as proxy for subdomain just replace the `/calibre` lines with `/`, do not change anything else and it will work. The `X-Scheme` directive is used to preserve the protocol (http/https), it could be hard coded to `http` or `https` to force this type of protocol.\ *Note: If using SSL in your reverse proxy on a non-standard port (e.g.12345), the following proxy_redirect line may be required:* + *Note: If you're encountering sync problems, consider adding the proxy settings described in the next section to the nginx config described above.* ``` proxy_redirect http://$host/ https://$host:12345/;