NGINX Home Assistant SSL proxy (Proxy Pass)

Hi,
I use NGINX Home Assistant SSL proxy for https external access with let’s encrypt, but I also want to make available other apps using the proxy pass reverse proxy option. Until now I was not able to do it.

Example:

location /tautulli {
proxy_pass http://INTERNAL_IP:PORT;
}

Is this possible? how?