From 0938c9f4030bb55f84cd13a63b29c47e3dd35e3e Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 2 May 2020 18:23:18 +0200 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 ed7e7d7..614e7b7 100644 --- a/Setup-Reverse-Proxy.md +++ b/Setup-Reverse-Proxy.md @@ -29,6 +29,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 *Note: If using SSL in your reverse proxy on a non-standard port (e.g.12345), the following proxy_redirect line may be required:* ``` proxy_redirect http://$host/ https://$host:12345/;