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:
R. Aaron JOhnson 2019-10-17 00:14:59 -06:00 committed by Ryan Kuba
parent d32f15badc
commit 1aa45021cb

View file

@ -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;