AdobeDocs / experience-manager-cloud-service.en

This is the repository for Adobe Experience Manager as a Cloud Service documentation. Your contributions to the documentation are welcome.
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service
MIT License
3 stars 40 forks source link

Please update the note #178

Closed rsaraf-adobe closed 3 months ago

rsaraf-adobe commented 4 months ago

Issue in ./help/implementing/dispatcher/caching.md

For proper Dispatcher invalidation, make sure that requests from “127.0.0.1”, “localhost”, “.local”, “.adobeaemcloud.com”, and “.adobeaemcloud.net” are all matched and handled by a vhost configuration so the request can be served. You can do this task by global matching “*” in a catch-all vhost configuration following the pattern in the reference AEM archetype. Or, you can ensure that the previously mentioned list is caught by one of the vhosts.

“127.0.0.1”, “localhost”, “.local”, “.adobeaemcloud.com”, and “.adobeaemcloud.net” to “127.0.0.1”, “localhost”, “*{}.local”, “*{}.adobeaemcloud.com”, and “*.adobeaemcloud.net”

Please add * to the “.local”, “.adobeaemcloud.com”, and “.adobeaemcloud.net”

krystiannowak commented 4 months ago

@raimanS @froesef FYI

raimanS commented 4 months ago

@adobe export issue to Jira project CQDOC

github-jira-sync-bot commented 4 months ago

:white_check_mark: Jira issue CQDOC-21409 is successfully created for this GitHub issue.

raimanS commented 3 months ago

The note has been updated.