location /mylink {
proxy_pass http://10.0.0.2:8000/;
proxy_redirect http://10.0.0.2:8000 /mylink;
port_in_redirect off;
}
This also seems not to work, at least for some specific content.
I will try updating the NGINX version!
proxy_pass http://10.0.0.2:8000/;
proxy_redirect http://10.0.0.2:8000 /mylink;
port_in_redirect off;
}
This also seems not to work, at least for some specific content.
I will try updating the NGINX version!