I was trying to enforce https on azure for my app running on node server which has an angular front-end. The redirection works(it goes to https instead of http) but it shows my app.js file(https:// hostname.com/app.js) on browser instead of serving the angular index.js file.I was trying to enforce https on azure for my a