I would use a plain rewrite map for this case.
On Fri, Dec 9, 2022 at 8:50 PM BohwaZ wrote:
> Hi everyone,
>
> I'm wondering if it's possible to rewrite the current URL to a MD5 hash
> of the request URL.
>
> What I'm trying to do is serve "/cache/[MD5 hash of URL].html" when a
> request on "/UR
Hi everyone,
I'm wondering if it's possible to rewrite the current URL to a MD5 hash
of the request URL.
What I'm trying to do is serve "/cache/[MD5 hash of URL].html" when a
request on "/URL" is done. This is for caching dynamic content: if the
MD5 hash file exists, then serve the static file, i