Set up an ECCU file
To purge your Cloudlet’s alternate response page, you need to send a request with the following query string parameter:
aka_static_purge.
In order for the ECCU to process that request, you need to set up an ECCU file for a query string purge where:
- the value of the
aka_static_purge
true.
- the URL to purge is either
- the client URL sent in the request
appended with the
aka_static_purge
- the path to the alternate response, as
defined in the Cloudlet behavior, appended with the
aka_static_purge
For example:
/path/alternateresponse.html?aka_static_purge=true
.
- the client URL sent in the request
appended with the