diff --git a/radarr/rootfs/etc/nginx/includes/proxy_params.conf b/radarr/rootfs/etc/nginx/includes/proxy_params.conf index 924ba949e..e3cd0748e 100644 --- a/radarr/rootfs/etc/nginx/includes/proxy_params.conf +++ b/radarr/rootfs/etc/nginx/includes/proxy_params.conf @@ -7,8 +7,8 @@ proxy_max_temp_file_size 0; proxy_hide_header X-Frame-Options; proxy_set_header Accept-Encoding ""; -proxy_set_header Connection $connection_upgrade; -proxy_set_header Upgrade $http_upgrade; +#proxy_set_header Connection $http_connection; +#proxy_set_header Upgrade $http_upgrade; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme;