Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Replace all references to the role aem-dispatcher-author with the role aem-dispatcher.
  • Add a new variant aem-author.
  • Remove references to variants no-ssland no-ssl+ssl, use only the variant ssl if HTTPS should be supported. That means that HTTP support is always activated implicitly - but you can set httpd.ssl.enforce to enforce a redirect to SSL.

Example:

Old definitionNew definition


No Format
nopaneltrue
  - role: aem-dispatcher-author
    variant: ssl



No Format
nopaneltrue
  - role: aem-dispatcher
    variants:
    - aem-author
    - ssl


...