How to setup a local AEMaaCS instance to support SSI
I have configured my AEMaaCS build to support SSI for local and ESI for cloud servers.
For the cloud servers this is working correctly, however I need to do developer testing of the code which means using SSI (which works on the cloud servers)
I am using the latest AEMaaCS build of the dispatcher, install my dispatcher configuration, however SSI still only shows the SSI
<div class="navigation aem-GridColumn aem-GridColumn--default--12"><!-- SDI include (path: /gb/en/index/_jcr_content/root/container/navigation.nocache.html/whitelabel/components/navigation, resourceType: whitelabel/components/navigation) -->
<!--#include virtual="/gb/en/index/_jcr_content/root/container/navigation.nocache.html/whitelabel/components/navigation" --></div>
What changes do i need to make to the local dispatcher to have SSI working.
I do have the following statements in the configuration
AddOutputFilter DEFLATE;INCLUDES .html
Options +Includes