Path Match with Regex

Is it possible to match a path with a regex?

localhost:8080 /path-regex/ {
    # ...
}

Thanks.

Not for a site address, no. But paths are matched by longest matching prefix.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.