From 60260f5c65a7df9505916441c893b20dac59f1a5 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 15 Dec 2020 22:59:10 +0000 Subject: [PATCH] Updated Reverse Proxying (markdown) --- Reverse-Proxying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.