I am just change nginx to traeifk,some like below:
location / {
try_files $uri $uri/index.html $uri.html =404;
}
my config
metadata:
name: some
spec:
entryPoints:
- web
routes:
- match: Host(`some.mydomain.com`) && Path('/','[\w]+')
kind: Rule
services:
- name: some
port: 80
but the Path
don't working .
any help thanks a lot.