commit | 35062c6dcf50f7372171f0837d8e7f3b3912ffd2 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 28 19:50:19 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Mar 28 19:50:19 2016 +0300 |
tree | 00e51ffc2042e5e1347094031f09d85534955ce9 | |
parent | a7ed0254cb2bbb9e05a12cb9db4c0d4e575fb66f [diff] |
Upstream: proxy_next_upstream non_idempotent. By default, requests with non-idempotent methods (POST, LOCK, PATCH) are no longer retried in case of errors if a request was already sent to a backend. Previous behaviour can be restored by using "proxy_next_upstream ... non_idempotent".