As an example I want to redirect "/آرایشگر" to "/استخدام آرایشگر" and I am
using a rewrite rulr like the one below but things go wrong and I get a
404.
rewrite_rule: rewrite ^/آرایشگر/$ /استخدام آرایشگر;
And what do you mean by config? Do you mean nginx settings or configurations
at compile time?
I want to rewrite some old urls on my site to new ones inorder to prevent
404 errors. For English urls everything is OK and adding a rewrite rule like
the following to the server block works fine.
rewrite ^/omid/$ /omidreza;
But when it comes to urls containing non-English characters the rule doe