kubernetes-reverseproxy icon indicating copy to clipboard operation
kubernetes-reverseproxy copied to clipboard

proxy_redirect

Open Mr-Bo opened this issue 8 years ago • 0 comments

I've just found that redirects behind proxy don't work with default template of nginx.conf. I think proxy_redirect off;

should be replaced with something like proxy_redirect ~^(http://[^:]+):\d+(/.+)$ $1$2;

Mr-Bo avatar Jun 17 '16 10:06 Mr-Bo