mirror of
https://github.com/janeczku/calibre-web
synced 2024-10-31 23:26:20 +00:00
Updated Setup Reverse Proxy (markdown)
parent
e09036f9da
commit
6845cc0409
@ -43,11 +43,10 @@ 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/;
|
||||
```
|
||||
*Note: If you're encountering sync problems, consider adding the proxy settings described in the next section to the nginx config described above.*
|
||||
|
||||
### Nginx Proxy Manager
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user