Mr-Bo
Results
1
issues of
Mr-Bo
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;`