Skip to content

Commit

Permalink
reverse-proxy: rename "URL Base" to "Reverse Proxy subfolder"
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Feb 20, 2023
1 parent 2967171 commit 2689af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/reverse-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Reverse proxying should be really easy.
* 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.
* Versions > v0.3.0 don't need the URL Base stripped, but should be proxied to `<jfa-go address>/<URL base>` instead.
* **Make sure to set the URL base in Settings > General (`ui > url_base` in config.ini).**
* **Make sure to set the URL base ("Reverse Proxy subfolder") 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).
* Versions <= v0.3.0 require the proxy to strip the URL base.

Expand Down Expand Up @@ -39,7 +39,7 @@ server {

## NGINX (Subfolder on `/accounts` Jellyfin subdomain)

Make sure to set your URL Base to `/accounts` in Settings > General.
Make sure to set your Reverse Proxy subfolder to `/accounts` in Settings > General.
credit to [IngwiePhoenix](https://github.com/IngwiePhoenix).
```nginx
server {
Expand Down

0 comments on commit 2689af0

Please sign in to comment.