Skip to content

Commit

Permalink
use cm conditionals
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wolfart committed Oct 11, 2024
1 parent a44726c commit f1c9817
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ CustomLog logs/vhost_{{tenant}}_access.log {{httpd.logging.accessLogFormat}}
DocumentRoot "${PUBLISH_DOCROOT}"
<IfModule mod_headers.c>
# Add header breadcrumbs for help in troubleshooting
{{#httpdCloudManagerConditional}}
Header add X-Vhost "{{httpd.serverName}}"
{{/httpdCloudManagerConditional}}
# Webserver in AEM cloud service is always terminated with SSL
RequestHeader set X-Forwarded-SSL "on"
</IfModule>
Expand Down

0 comments on commit f1c9817

Please sign in to comment.