79251413

Date: 2024-12-04 13:52:41
Score: 1
Natty:
Report link

Try changing the proxy_pass directive in the /model location to:

location /model {
    proxy_pass http://127.0.0.1:8080/model;
}

This will ensured that the /model path is correctly forwarded to the backend. Also, check that the backend service on 8080 correctly handles the /model path.

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