79477804

Date: 2025-03-01 15:16:11
Score: 0.5
Natty:
Report link

Another way is with module pure c ngx_http_lower_upper_case because load perl is resource usage high:

location ~ [A-Z] {
 lower $uri_lowercase "$request_uri";
 rewrite ^(.*)$ $scheme://$host$uri_lowercase;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: The nothing