How can I specify in my conf file so that
given request: /find/{xyz}
nginx would search for and serve file with name:
some_arbitrary_prefix.{xyz}.html
where some_arbitrary_prefix
might be any random string before dot?
EDIT:
I don't understand, why regex
tag was deleted from question?
In other words, I guess what I'm asking is: can one use regex to filter target files rather than locations?