diff --git a/Reverse-Proxying.md b/Reverse-Proxying.md index bdabd49..bf5a116 100644 --- a/Reverse-Proxying.md +++ b/Reverse-Proxying.md @@ -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.