docs(reverse-proxy): Add note for bundled sample SWAG (#681) [skip ci]

Co-authored-by: samwiseg0 <2241731+samwiseg0@users.noreply.github.com>
pull/682/head
Roxedus 4 years ago committed by GitHub
parent eb6fc8a190
commit 70229d12ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,11 +8,13 @@ Base URLs cannot be configured in Overseerr. With this limitation, only subdomai
### Subdomain ### 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: Example Configuration:
```text ```nginx
server { server {
listen 443 ssl http2; listen 443 ssl http2;
listen [::]:443 ssl http2; listen [::]:443 ssl http2;

Loading…
Cancel
Save