Thanks a lot. I hope I undrstand correctly:
So, not to use a Shiny server doesn't present a problem. It should be possible to configure Nginx as a reserve proxy to my current Shiny Apps, running on the different http ports? I imanage, I can make fix setting/rules in Nginx like: for https requests on https port 382 the response should be from my internal http port 82; for https requests on port 383-> response from internal http port 83 and so on. I am not sure if my imagination could be real, becouse I think it is not a comon practice to run many instances of a https- Server in parallel. (What I am practicing now with the many Shiny Apps, running in parallel.
And last but not least, I have to ask my windows administrator to open many https ports for access from outside.
Or perhaps there is no need of running many https- Nginx instances, but settings/ rules like: https request to inderx1.html get response from the resource of internal http port 82; requests to index2.html get response from the resource of internal http port 82 and so on. No... this should be witout sense....
Thanks again.