RootCauseunvalidated
the nginx `$uri` valable will be `/` — after url decode is `https://home.aaa.com/actuator/prometheus;/../..//`. Tension: Then it not match the `location /actuator/`. Outcome: Which will in the nginx `$uri` valable will be `/`.
ae1f2d35-d284-4acf-a5a4-f1129aa088c2
the nginx $uri valable will be / — after url decode is https://home.aaa.com/actuator/prometheus;/../..//. Tension: Then it not match the location /actuator/. Outcome: Which will in the nginx $uri valable will be /.