I am currently using this
location ~ [A-Z] { rewrite_by_lua_block { ngx.redirect(string.lower(ngx.var.uri), 301); } }