Fixed: SignalR requiring a home directory to function properly.

This commit is contained in:
Taloth Saldono
2019-02-23 21:18:01 +01:00
committed by Qstick
parent 3f064c94b9
commit 7a66214c6e
4 changed files with 323 additions and 0 deletions
@@ -14,6 +14,7 @@ namespace NzbDrone.Host.Owin.MiddleWare
{
SignalRDependencyResolver.Register(container);
SignalRJsonSerializer.Register();
SignalRProtectedData.Register();
// Half the default time (110s) to get under nginx's default 60 proxy_read_timeout
GlobalHost.Configuration.ConnectionTimeout = TimeSpan.FromSeconds(55);