I am hosting two apps (a custom "Notes" app, and File browser) on my raspberry pi with nginx. I set a reverse proxy so I can access notes on localhost/notes and files on localhost/files. I can land on both app, but it seems that both frontend make requests to an api with route /api/..., and my login request on File Browser returns a 404. How can I ensure api requests are proxied to the cby grizzbouille - How to...