http { upstream openvidu-deployment { server host.docker.internal:4443; } upstream server-application } # Server application requests location /api/ { proxy_pass http://server-application