mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -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
5d2c537a13
commit
8cfa92bbe3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue