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

Add note about forcing X-Scheme

netvyper 2024-08-24 11:03:29 -04:00
parent 6f532ffdd9
commit 9198f7928f

@ -112,4 +112,5 @@ proxy_buffers 4 512k;
proxy_buffer_size 1024k;
```
If you are using a reverse proxy you may have to change the `api_endpoint` link to `https://` instead of `http://`
If you are using a reverse proxy you may have to change the `api_endpoint` link to `https://` instead of `http://`
You might also need to force "proxy_set_header X-Scheme https;" as per https://github.com/janeczku/calibre-web/issues/2960