Update ourumbraco references to https

This commit is contained in:
Imran Haider
2018-07-27 16:08:38 +01:00
parent 9b9173d64f
commit 7baca85f6a
57 changed files with 106 additions and 106 deletions

View File

@@ -156,7 +156,7 @@ namespace Umbraco.Core.Sync
// otherwise,
// if non-standard ports used,
// user may need to set umbracoApplicationUrl manually per
// http://our.umbraco.org/documentation/Using-Umbraco/Config-files/umbracoSettings/#ScheduledTasks
// https://our.umbraco.org/documentation/Using-Umbraco/Config-files/umbracoSettings/#ScheduledTasks
var port = (request.IsSecureConnection == false && GlobalSettings.UseSSL == false)
|| (request.IsSecureConnection && GlobalSettings.UseSSL)
? ":" + request.ServerVariables["SERVER_PORT"]