I'm trying to do a redirect in Nginx with Perl module configured.
I need to do some changes for one URL:
http://example-domain.org/es/Madrid/511/Delicias --> http://example-domain.org/es/restaurants-madrid/delicias
- I need change an uppercase URL to lowercase URL
- Change URL structure like the example
Somebody can help me to do this type of rewrite rule in nginx?