79345804

Date: 2025-01-10 13:13:49
Score: 1
Natty:
Report link

The problem is that you specify an empty path in your proxy_pass directive. So writing

proxy_pass              http://localhost:8082;

would prevent the rewriting/normalization behaviour. The subject is covered in detail here in the documentation of nginx https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Patrick B.