How to host an MS Teams app in a container with an nginx proxy pass

前端 未结 0 1334
清酒与你
清酒与你 2021-01-24 07:00

I have to host my teams app under https://mysite/myapp

The host is ruled by nginx like that

location /myapp {
    proxy_pass http://ip:port;
    proxy_set_         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题