HI,
I need help with configuring my nginx to unescape my requests. I've googled the problem without success.
My routes/paths looks like this:
/%C3%A4pplen
/p%C3%A4ron
/kontakta%20mig
I want nginx to unescape/rewrite these routes/paths to the following:
/äpplen
/päron
/kontakta mig
Anyone knows how I should config my nginx?
Thank you for reading