From 4abcf37a3ca0b87137fb24924bd2bd0f5b3d2f1d Mon Sep 17 00:00:00 2001 From: btopro Date: Sat, 5 Oct 2019 09:52:48 -0400 Subject: [PATCH] updated config so people could force this themselves --- system/boilerplate/systemsetup/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/boilerplate/systemsetup/config.php b/system/boilerplate/systemsetup/config.php index 09acd7af219..e7046773be4 100644 --- a/system/boilerplate/systemsetup/config.php +++ b/system/boilerplate/systemsetup/config.php @@ -7,6 +7,8 @@ $HAXCMS->superUser->password = 'jimmerson'; // set basePath to be the haxCMS location we've got this placed at $HAXCMS->basePath = '/'; +// force https for load balanced situations where detection is not accurate +//$HAXCMS->protocol = 'https'; // this ensures certain things are disabled in order to more effectively // do development on the platform itself. Useful for testing output and // what not. this applies to ALL REQUESTS asking for it.