mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
New: Support for running from a sub folder (reverse proxy)
This commit is contained in:
@@ -43,7 +43,8 @@ namespace NzbDrone.Api.System
|
||||
IsWindows = OsInfo.IsWindows,
|
||||
Branch = _configFileProvider.Branch,
|
||||
Authentication = _configFileProvider.AuthenticationEnabled,
|
||||
StartOfWeek = (int)OsInfo.FirstDayOfWeek
|
||||
StartOfWeek = (int)OsInfo.FirstDayOfWeek,
|
||||
UrlBase = _configFileProvider.UrlBase
|
||||
}.AsResponse();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user