I need to translate the address:
www.example.com/TEST in ---> www.example.com/test
location /dupa/ { set_by_lua $request_uri_low "return ngx.arg[1]:lower()" $request_uri; rewrite ^ https://$host$request_uri_low; }