1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-31 23:26:20 +00:00

Updated Setup Reverse Proxy (markdown)

Ozzie Isaacs 2023-10-23 17:23:24 +02:00
parent 8abe90bccd
commit 69b3771de7

@ -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