maybe someone more experienced in IIS could help. I have the following scenario: Windows Server 2019, mais site and several applications running on IIS 10 i.e (site.com/app1, site.com/app2). My objective is to have a vue/nuxt app running in site.com/app3, utilizing same SSL config.
I've already tested IISNode and Url Rewrite without success, my best shot was redirecting site.com/app3 to port 3000 where the app is running, but it doesn't load anything but the main page.