Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
405 views
in Technique[技术] by (71.8m points)

port - endpoint redirection on azure VM

I have an azure VM on Ubuntu server with and a jupyter server running on it with an url like :? http://XXX.westeurope.cloudapp.azure.com:8888/tree? (I have opened the port 8888 on azure).

From a professional network that uses a proxy, the addresses containing port numbers are filtered.

I would like to make a redirection so that my target address would be : http://XXX.westeurope.cloudapp.azure.com/jupyter

and it will redirects internally to?http://XXX.westeurope.cloudapp.azure.com:8888/tree?

How to set up this redirection?

question from:https://stackoverflow.com/questions/66050392/endpoint-redirection-on-azure-vm

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...