Skip to content

Commit 910f559

Browse files
Fixed broken redirect from http to htttps
ChangeLog: None Changed global DocumentRoot to public_docroot Ticket: ENT-5580
1 parent e7442ee commit 910f559

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)