diff --git a/conga-aem-definitions/src/main/templates/aem-dispatcher-ams/conf.d/available_vhosts/tenant.vhost.partials.hbs b/conga-aem-definitions/src/main/templates/aem-dispatcher-ams/conf.d/available_vhosts/tenant.vhost.partials.hbs index 9266439..da63ba7 100644 --- a/conga-aem-definitions/src/main/templates/aem-dispatcher-ams/conf.d/available_vhosts/tenant.vhost.partials.hbs +++ b/conga-aem-definitions/src/main/templates/aem-dispatcher-ams/conf.d/available_vhosts/tenant.vhost.partials.hbs @@ -47,7 +47,7 @@ CustomLog logs/vhost_{{tenant}}_access.log {{httpd.logging.accessLogFormat}} DocumentRoot "${PUBLISH_DOCROOT}" # Add header breadcrumbs for help in troubleshooting - Header add X-Vhost "publish" + Header add X-Vhost "{{httpd.serverName}}" # Webserver in AEM cloud service is always terminated with SSL RequestHeader set X-Forwarded-SSL "on"