我目前有一个https域 https://example.com 机器。我还在笔记本电脑中的node.js开发了一个Web应用程序,将来将安装在服务器中。
假设我想与需要HTTPS的外部各方共享我的应用程序。在此测试阶段,我将将Web应用程序保留在笔记本电脑中,而不是将其安装在服务器中。为了使用分配给 https://example.com/myapp 到我笔记本电脑的内部IP/端口(192.168.xxx.xxx:port)托管该应用程序的位置?
先感谢您。
I currently have an https domain https://example.com hosted in a Windows Server R2019 machine. I am also developing a web application in Node.js in my laptop that will, in the future, be installed in the server.
Say I want to share my app with external parties that require https. During this test stage I will keep the web app in my laptop, instead of installing it in the server. In order to use the same SSL certificate assigned to https://example.com, would I be able to configure IIS to redirect a certain URL like https://example.com/myapp to my laptop's internal IP/PORT (192.168.xxx.xxx:port) where the app is hosted?
Thank you in advance.
发布评论