[PATCH] Upstream: Add "before_send" option to the 'proxy_next_upstream'.

2016-02-19 Thread Yusuke Nojima
# HG changeset patch # User Yusuke Nojima # Date 1455896920 0 # Fri Feb 19 15:48:40 2016 + # Node ID 88bbee2e18f6d475ea7ed8ab61b0cb8142c535dc # Parent 5dfc63c1d9ca5ff5a21a2b0238a2b2782549f62c Upstream: Add "before_send" option to the 'proxy_next_upstream'. "err

[PATCH] Improve performance when starting nginx with a lot of locations

2023-09-21 Thread Yusuke Nojima
# HG changeset patch # User Yusuke Nojima # Date 1679555707 -32400 # Thu Mar 23 16:15:07 2023 +0900 # Node ID 6aac98fb135e47ca9cf7ad7d780cf4a10e9aa55c # Parent 8771d35d55d0a2b1cefaab04401d6f837f5a05a2 Improve performance when starting nginx with a lot of locations Our team has a

Re: [PATCH] Improve performance when starting nginx with a lot of locations

2023-10-04 Thread Yusuke Nojima
f the list will increase compared to bottom-up, it will not affect the order. I believe this will provide sufficient optimization in terms of speed. 2023年9月30日(土) 12:38 Maxim Dounin : > > Hello! > > On Fri, Sep 22, 2023 at 03:58:41PM +0900, Yusuke Nojima wrote: > > > # HG cha

Re: [PATCH] Improve performance when starting nginx with a lot of locations

2023-10-05 Thread Yusuke Nojima
uest. The processing speed per request is sufficiently reasonable for our use case. In our environment, requests with BASIC authentication are very rare. Most users prefer the simpler IP address restriction method. 2023年10月5日(木) 15:17 Илья Шипицин : > > > > чт, 5 окт. 2023 г. в 03:51, Yusuke

Re: [PATCH] Improve performance when starting nginx with a lot of locations

2023-10-11 Thread Yusuke Nojima
Thank you for your comments and implementation! I am looking forward to the acceleration of nginx startup with this patch. 2023年10月11日(水) 7:56 Maxim Dounin : > > Hello! > > On Thu, Oct 05, 2023 at 10:51:26AM +0900, Yusuke Nojima wrote: > > > Thank you for your comment! >