When making a test request to your server I’m not seeing the X-Cache-Handler
response header while the response body contains the Cache Enabler HTML comment, for example:
curl -s -D - -o ~/Downloads/https-index.html https://www.cloudshift.de
HTTP/2 200
server: nginx
date: Fri, 26 Mar 2021 16:34:38 GMT
content-type: text/html
content-length: 86929
last-modified: Fri, 26 Mar 2021 15:38:47 GMT
vary: Accept-Encoding
etag: "605e0007-15391"
feature-policy: geolocation 'none'; camera 'none';
strict-transport-security: max-age=63072000; includeSubdomains; preload
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
referrer-policy: strict-origin-when-cross-origin
accept-ranges: bytes
The response body received then contains the following:
...
</body> </html><!-- Cache Enabler by KeyCDN @ Fri, 26 Mar 2021 15:38:47 GMT (https-index.html) -->
Furthermore, I see the same when visiting that page in a browser.
If you’re still experiencing this you will just want to update the advanced configuration. (This may need to be adjusted to fix your exact specifications.)
-
This reply was modified 3 years, 8 months ago by Anonymous User 16850768.