I have Caddy acting as a reverse-proxy to Cloudfront. If the user requests a path with no file extension or trailing slash:
/slug
I would like Caddy to attempt to get /slug.html from Cloudfront, and if that is not available, try to get /slug/index.html. If that is not available, then finally respond with the 404. Is this possible?