mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update sabnzbd.subdomain.conf.sample
sabnzbd introduced hostname verification in 2.3.3 It is now necessary to add the external URL to the "host_whitelist" or you'll get an error upon loading linuxserver/sabnzbd container using the sabnzbd.subdomain.conf configuration. https://sabnzbd.org/wiki/extra/hostname-check.html
This commit is contained in:
parent
d32f15badc
commit
1aa45021cb
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
# make sure that your dns has a cname set for sabnzbd
|
# make sure that your dns has a cname set for sabnzbd
|
||||||
|
# edit the sabnzbd.ini to sub.domain.tld to the host_whitelist to avoid hostname verification issues. This format:
|
||||||
|
# host_whitelist = sabnzbd.domain.com, www.sabnzbd.domain.com
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue