Skip to content

Commit

Permalink
generate header for ams variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Wolfart committed Oct 7, 2024
1 parent d96f51f commit fa41259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CustomLog logs/vhost_{{tenant}}_access.log {{httpd.logging.accessLogFormat}}
DocumentRoot "${PUBLISH_DOCROOT}"
# Add header breadcrumbs for help in troubleshooting
<IfModule mod_headers.c>
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"
</IfModule>
Expand Down

0 comments on commit fa41259

Please sign in to comment.