nginx配置

location / {
root C:\skyland\RS\Web\RS-Server\dist;
index login.html;
}

location ~ ^/mediaUrl {
proxy_pass http://192.168.19.202:9003;
}

posted @ 2020-03-16 13:57  不再犯错  阅读(101)  评论(0编辑  收藏  举报