From 1aa45021cb2f5c6ae3b34b52882ec4a48f355ce7 Mon Sep 17 00:00:00 2001 From: "R. Aaron JOhnson" Date: Thu, 17 Oct 2019 00:14:59 -0600 Subject: [PATCH] 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 --- sabnzbd.subdomain.conf.sample | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sabnzbd.subdomain.conf.sample b/sabnzbd.subdomain.conf.sample index d74d380..dcfdcd0 100644 --- a/sabnzbd.subdomain.conf.sample +++ b/sabnzbd.subdomain.conf.sample @@ -1,4 +1,6 @@ # 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 { listen 443 ssl;