Closed mrozati closed 7 months ago
As of Adobe documentation the line: Header append Vary User-Agent env=!dont-vary should be removed from all vhost files, except for default.vhost, which is read-only https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/caching#further-optimizations
Header append Vary User-Agent env=!dont-vary
This is already fixed in Adobe's Archetype https://github.com/adobe/aem-project-archetype/issues/680 https://github.com/adobe/aem-project-archetype/pull/669/files
and should be removed also in the aem-definitions role https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs#L60
aem-definitions
I close this issue because the line does not exist in template.
As of Adobe documentation the line:
Header append Vary User-Agent env=!dont-vary
should be removed from all vhost files, except for default.vhost, which is read-only https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/content-delivery/caching#further-optimizationsThis is already fixed in Adobe's Archetype https://github.com/adobe/aem-project-archetype/issues/680 https://github.com/adobe/aem-project-archetype/pull/669/files
and should be removed also in the
aem-definitions
role https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/templates/aem-dispatcher-cloud/conf.d/available_vhosts/tenant.vhost.partials.hbs#L60