Skip to content

Commit f996363

Browse files
authored
Merge pull request #1752 from aleksandrychev/ENT-5580
Fixed broken redirect from http to htttps
2 parents 820ca85 + 910f559 commit f996363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfe_internal/enterprise/templates/httpd.conf.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
9999

100100
# Server configuration
101101
# ServerAdmin root@localhost
102-
DocumentRoot "{{{vars.cfe_internal_hub_vars.docroot}}}"
102+
DocumentRoot "{{{vars.cfe_internal_hub_vars.public_docroot}}}"
103103

104104
<Directory />
105105
Order deny,allow

0 commit comments

Comments
 (0)