mirror of
https://github.com/janeczku/calibre-web
synced 2025-07-07 04:22:57 +00:00
Updated Setup Reverse Proxy (markdown)
parent
b917080a5b
commit
0938c9f403
@ -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:*
|
*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/;
|
proxy_redirect http://$host/ https://$host:12345/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user