79431828

Date: 2025-02-12 03:11:19
Score: 1
Natty:
Report link

Try checking the ip which the fastapi runs on the server. In newer versions it is http://0.0.0.0:8000, In your case you missed a '/' use proxy_pass http://127.0.0.1:8000; instead of proxy_pass http:/127.0.0.1:8000;

detailed description in fastapi server setup with nginx

Reasons:
  • Whitelisted phrase (-1): In your case
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Syamjith P