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

remove X-Powered-By header

pull/702/head
Luke Pulverenti 9 years ago
parent 2481838b4a
commit ce26f24ec7

@ -81,6 +81,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{typeof (ApplicationException), 500}
};
HostConfig.Instance.GlobalResponseHeaders = new Dictionary<string, string>();
HostConfig.Instance.DebugMode = false;
HostConfig.Instance.LogFactory = LogManager.LogFactory;

Loading…
Cancel
Save