Hello,
I tried to add in my site.yaml
this route (from documentation:
routes:
/another/(.*): '/blog/$1'
If I go to http://mysite.com/another/focus-and-blur
I wait until a message “Bad gateway”. I tried with various regex but the result is the same.
Why?
Thanks