Hi, I have a service running on the port 1234
I can access ti the file.m3u8 via this link : http://user:pass@host:1234/file.m3u8
i have requests from
http://user:pass@host:1234/a/b/c/d/file.m3u8 and i want to send the request to
http://user:pass@host:1234/file.m3u8 .
Is there any way to do that with nginx ?
a/b/c/d s constant. It is always a/b/c/d.
Thank you