Skip to content

Commit

Permalink
Fix sub_filters by disabling gzip in proxy (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 13, 2024
1 parent b3ab0f0 commit bc6ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sabnzbd/rootfs/etc/nginx/includes/proxy_params.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ proxy_redirect off;
proxy_send_timeout 86400s;
proxy_max_temp_file_size 0;

proxy_set_header Accept-Encoding "gzip";
proxy_set_header Accept-Encoding "";
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit bc6ad8f

Please sign in to comment.