jingo icon indicating copy to clipboard operation
jingo copied to clipboard

nginx + proxy_pass = odd double /wiki in path

Open ktiedt opened this issue 9 years ago • 3 comments

I have setup a reverse proxy for /wiki on my website and it appears to all be working correctly... however, when jingo returns its URLs (say I goto website/wiki) it doubles up on wiki/ and I land on website/wiki/wiki/Home -- I have the proxyPath prefix config and I've even tried a baseUrl override to kill the extra /wiki but nothing seems to work.

ktiedt avatar Jan 17 '16 10:01 ktiedt

mmmmh, I have a deja vu about that.

Thank you for noticing and reporting!

claudioc avatar Mar 09 '16 21:03 claudioc

Np, I tried to make a PR to fix tihs, but path resolution seems to be kinda spread out from what I remember (on why I gave up).

ktiedt avatar Mar 09 '16 21:03 ktiedt

Ref https://github.com/claudioc/jingo/issues/201 for the double /wiki

vaidd4 avatar Jul 17 '17 10:07 vaidd4