Hi,
I don't see any reason why it can be slower since the recommended ways to
pass params to fastcgi is by using dynamics variables ex: fastcgi_param
SCRIPT_FILENAME $document_root$fastcgi_script_name;
The way you're setting your variable is static by the website, the value is
not dynamically li
Hello!
On Wed, Oct 03, 2018 at 10:32:54PM -0400, George wrote:
> Nginx supports BoringSSL too and it already has ESNI support apparently
> https://www.theregister.co.uk/2018/07/17/encrypted_server_names/
Yes, I've seen this article too. But I don't see any traces of
ESNI support neither in Bor