Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a10aec695671cd2e90ff67bd7bc6e18b450a8b3f You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/2774/head
Mark Monteiro 5 years ago
parent 3abf870c1e
commit a10aec6956

@ -294,7 +294,7 @@ namespace Jellyfin.Server
{
_logger.LogInformation("Kestrel listening on {IpAddress}", address);
options.Listen(address, appHost.HttpPort);
if (appHost.ListenWithHttps && appHost.Certificate != null)
if (appHost.ListenWithHttps)
{
options.Listen(address, appHost.HttpsPort, listenOptions =>
{

Loading…
Cancel
Save