Jump to content

MarcosNajera

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by MarcosNajera

  1. For anyone having an issue with radarr not retaining changes made from the domain, I was able to fix the issue by changing:

     

    proxy_set_header Connection upgrade;

     

    to 

     

    proxy_set_header Connection $http_connection;

     

    According to servarr wiki "Make sure you do not include proxy_set_header Connection "Upgrade"; as suggested by the nginx documentation. THIS WILL NOT WORK"

     

    https://wiki.servarr.com/Radarr_Installation#NGINX_Reverse_Proxy

     

    Hopefully this helps someone out! :)

  2. I posted this issue on YouTube but maybe it's better served here.....

    But I'm having an issue with radarr and sonarr not sending data back to the host once connected, i.e. saving settings or trying to download new media on the domain does nothing on the host side. I did manage to get sonarr working by adding 

     

    location /sonarr/api {

    proxy_pass http://10.20.30.40:8989/sonarr/api;

    }

     

    I tried adding that to radarr but it doesn't do anything. I have other dockers that run with no problems (overseerrr, SABnzbd, nextcloud, etc.).

     

    Anyone's help would be greatly appreciated! 

×
×
  • Create New...