|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I've deployed an old version of jenkins. Tried 1.596 and 1.590. Both had the same. But I think I get a clue.
Nginx as a reverse proxy (http://nginx.org/ru/docs/http/ngx_http_proxy_module.html#proxy_redirect) by default replaces (in my case) http://10.0.0.19:8080/ to https://build.example.com/ as reverse proxy should do. But by some reason nginx get https://build.example.com:8080/ instead of http://10.0.0.19:8080/ so the replacements does not really occur
Manually adding section
proxy_redirect https://build.example.com:8080/ https://build.example.com/;