Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/a1581477b84c7bb965a901e6caa074d4dfdb3d02 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed gzip for static resource.

pull/6/head
kay.one 12 years ago
parent 51fb6376b9
commit a1581477b8

@ -59,7 +59,7 @@ namespace NzbDrone.Api.Frontend
response.Headers.DisableCache();
}
return response;
return response.CompressResponse(context.Request);
}
_logger.Warn("File {0} not found", filePath);

Loading…
Cancel
Save