Skip to content

Commit 4abcf37

Browse files
committed
updated config so people could force this themselves
1 parent 10c3bde commit 4abcf37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/boilerplate/systemsetup/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
$HAXCMS->superUser->password = 'jimmerson';
88
// set basePath to be the haxCMS location we've got this placed at
99
$HAXCMS->basePath = '/';
10+
// force https for load balanced situations where detection is not accurate
11+
//$HAXCMS->protocol = 'https';
1012
// this ensures certain things are disabled in order to more effectively
1113
// do development on the platform itself. Useful for testing output and
1214
// what not. this applies to ALL REQUESTS asking for it.

0 commit comments

Comments
 (0)