nginx kTLS support blog post

2021-11-12 Thread Maxim Konovalov
Hello, As some of you probably know we added kTLS support in nginx-1.21.4. We also published a blog post that provides more information about how it works and how to enable it in nginx: https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/ Additional reading: Drew

Handling cities with the same name using the GeoIP module

2021-11-12 Thread YvorL
I was setting up GeoIP rules (https://nginx.org/en/docs/http/ngx_http_geoip_module.html) and looked into the MaxMind database when I realized there are multiple cities that has the same name. This means I can't simply match $geoip_city in a rule. The only data that's unique and is available for

Re: Handling cities with the same name using the GeoIP module

2021-11-12 Thread Maxim Dounin
Hello! On Fri, Nov 12, 2021 at 09:21:58AM -0500, YvorL wrote: > I was setting up GeoIP rules > (https://nginx.org/en/docs/http/ngx_http_geoip_module.html) and looked into > the MaxMind database when I realized there are multiple cities that has the > same name. This means I can't simply match