diff --git a/Setup-Reverse-Proxy.md b/Setup-Reverse-Proxy.md index dfc55f3..6026e90 100644 --- a/Setup-Reverse-Proxy.md +++ b/Setup-Reverse-Proxy.md @@ -42,7 +42,7 @@ http { } ``` If you want to use nginx as proxy for subdomain (or domain) just replace the `/calibre` in the location line with `/` and remove the `X-Script-Name` line. 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.\ +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. ##### E.g