Closed sebastiangreger closed 4 years ago
We discovered this while setting up bvdputte/kirby-fingerprint on an Nginx server, but cross-posting the issue here as it appears in your Readme as well.
This doesn't work:
location ~ (.+)\.(?:\d+)\.(js|css)$ { try_files $uri $1.$2; }
The \d in the regex does not catch the alphanumeric strings.
\d
We discovered this while setting up bvdputte/kirby-fingerprint on an Nginx server, but cross-posting the issue here as it appears in your Readme as well.
This doesn't work:
The
\d
in the regex does not catch the alphanumeric strings.