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?
2.1m questions
2.1m answers
60 comments
57.0k users