I am attempting to rewrite the trail to the service whereas preserving the browser url with nginx ingress on kubernetes. What I want is that this: http://instance.com/path => http://service http://instance.com/path/bar => http://service/bar http://instance.com/path/file.css => http://service/file.css That’s, make the /path be the basis (or some totally different url) within the upstream server. From what I seeRead more