mirror of
https://github.com/Readarr/Readarr
synced 2026-01-30 03:14:10 +01:00
Fixed: Enable response compression over https
[common]
This commit is contained in:
parent
93a42e2fe9
commit
cb0ae36033
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ public void ConfigureServices(IServiceCollection services)
|
|||
|
||||
services.AddRouting(options => options.LowercaseUrls = true);
|
||||
|
||||
services.AddResponseCompression();
|
||||
services.AddResponseCompression(options => options.EnableForHttps = true);
|
||||
|
||||
services.AddCors(options =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue