You might want handle
, not handle_path
, I assume. Using handle_path
strips the matched path prefix from the request. I assume the upstream might expect the path to be kept (e.g. the nginx config strips it then re-adds it… redundant).
1 Like