bluehost / endurance-page-cache

Other
24 stars 11 forks source link

Basic support for HTTPS cache purging #47

Closed davetha closed 5 years ago

davetha commented 6 years ago

Basic HTTPS cache purging support for Endurance CDN.

davetha commented 6 years ago

There are a couple of technical reasons why we can't do that currently. Wildcard purges can work with a single request since it forks off to a lua script internally. I think we might want to write a purge API internally to handle the requests in the future.