location /madi/authgwy { proxy_pass http://authgwy:8000; } location /tenant { proxy_pass http://tenant:80; } location /themes { proxy_pass http://themes:8000; }