mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-22 10:20:11 +00:00
Updated Reverse Proxying (markdown)
parent
3eb64edcfe
commit
60260f5c65
@ -1,5 +1,5 @@
|
||||
Reverse proxying should be really easy.
|
||||
* If you're proxying to a subdomain, a `proxy_pass` or equivalent is enough.
|
||||
* If you're proxying to a subdomain, e.g `accounts.jellyf.in/`, a `proxy_pass` or equivalent is enough.
|
||||
* Proxying to a subfolder is only supported for versions > 0.2.2. Make sure to set the URL base in Settings > General (`ui > url_base` in config.ini). If you're placing it under the same subdomain as Jellyfin, make sure no CSP header is set for jfa-go's subfolder (see example below for NGINX).
|
||||
|
||||
Below are some simple examples of reverse proxy configs.
|
||||
|
Loading…
Reference in New Issue
Block a user