Updated Reverse Proxy Help (markdown)

morpheus65535 2020-08-20 07:37:00 -04:00
parent e2bf66d1a0
commit 47aa2fa47c
1 changed files with 21 additions and 0 deletions

@ -1,5 +1,6 @@
- [Using Nginx and /bazarr/ base url](#using-nginx-and-bazarr-base-url)
- [Using Apache 2.3.12 or greater and /bazarr/ base url](#using-apache-2312-or-greater-and-bazarr-base-url)
- [Using Authelia authentication](#using-authelia-authentication)
- [Dockers](#dockers)
### Using Nginx and /bazarr/ base url
@ -47,6 +48,26 @@
</VirtualHost
```
### Using Authelia authentication
> *Note: The default buffer_size is 4096, double that seems to fix any loading issues with Bazarr.*
```
access_control:
default_policy:
rules:
- domain:
- bazarr.<domain>.com
resources:
- '^/api/.*$'
policy: bypass
server:
read_buffer_size: 8192
write_buffer_size: 8192
path: authelia
```
### Dockers
Use the [Letsencrypt container](https://hub.docker.com/r/linuxserver/letsencrypt/), it has already pre-configured `.conf` files for subfolder and subdomain to make is easy.