diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-10 21:12:43 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-10 21:12:43 -0500 |
| commit | 651f2a2aec283cab5b2420fda91fd6ac98a64fb0 (patch) | |
| tree | baec9bd3ece16e044a8cfaf525d4ec6234011db7 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | 5ff5df98678be11c11e93f80a44aeafe527999a1 (diff) | |
add https port to config object
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index bbdb89ac3..fa068a7de 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -1098,6 +1098,7 @@ namespace MediaBrowser.Server.Startup.Common NativeApp.AuthorizeServer( UdpServerEntryPoint.PortNumber, ServerConfigurationManager.Configuration.HttpServerPortNumber, + ServerConfigurationManager.Configuration.HttpsPortNumber, ConfigurationManager.CommonApplicationPaths.TempDirectory); } catch (Exception ex) |
