mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Enable response compression over https
(cherry picked from commit cb0ae3603309daae4d6b026de15f26cb4b59096d)
This commit is contained in:
parent
976e8d24bd
commit
861e7db0ba
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace NzbDrone.Host
|
|||
|
||||
services.AddRouting(options => options.LowercaseUrls = true);
|
||||
|
||||
services.AddResponseCompression();
|
||||
services.AddResponseCompression(options => options.EnableForHttps = true);
|
||||
|
||||
services.AddCors(options =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue