简体   繁体   中英

Using Azure Web App as reverse proxy backend

I've set up a reverse proxy using nginx from a page on an external domain (externaldomain.com/test-abc) that directs to a page on my azure web app (azureapp.com/abc)

Currently, when I access the page (externaldomain.com/test-abc) it displays a 404 Web Site not found error, and states that "Custom domain has not been configured inside Azure. See how to map an existing domain to resolve this." FWIW, the 404 page links to this article ( https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain ).

After reading the article and googling for some time, I'm still uncertain on how "configure the custom domain in Azure" (if that's even what I'm supposed to do). What's the best approach here?

这是由于ARR和此文档提到了404错误并指出了解决方法: https : //mohitgoyal.co/2018/06/02/load-balance-azure-web-apps-using-nginx-server/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM