From 70229d12ab557b63a83e58f46a8f068864b43112 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 18 Jan 2021 23:40:19 +0100 Subject: [PATCH] docs(reverse-proxy): Add note for bundled sample SWAG (#681) [skip ci] Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com> --- docs/extending-overseerr/reverse-proxy-examples.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/extending-overseerr/reverse-proxy-examples.md b/docs/extending-overseerr/reverse-proxy-examples.md index 790efab67..160000fbe 100644 --- a/docs/extending-overseerr/reverse-proxy-examples.md +++ b/docs/extending-overseerr/reverse-proxy-examples.md @@ -8,11 +8,13 @@ Base URLs cannot be configured in Overseerr. With this limitation, only subdomai ### Subdomain -Place in the `proxy-confs` folder as `overseerr.subdomain.conf` +A sample is bundled in SWAG. This page is still the only source of truth, so the sample is not guaranteed to be up to date. If you catch an inconsistency, report it to the linuxserver team, or do a pull-request against the proxy-confs repository to update the sample. + +Rename the sample file `overseerr.subdomain.conf.sample` to `overseerr.subdomain.conf` in the `proxy-confs`folder, or create `overseerr.subdomain.conf` in the same folder with the example below. Example Configuration: -```text +```nginx server { listen 443 ssl http2; listen [::]:443 ssl http2;