njs-0.4.1

2020-05-19 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). This release extends http module. Notable new features: - raw headers API: With the following request headers: : Host: localhost : Foo: bar : foo: bar2 All 'foo' headers can be collected with the syntax: : r.rawHeadersIn

Re: Passing a special Magento URL to PHP-FPM

2020-05-19 Thread Francis Daly
On Sat, May 16, 2020 at 06:29:01PM -0400, hgv wrote: Hi there, > I’m trying to learn how to pass special Magento 1.x URLs such as this to a > PHP-FPM backend. https://forum.nginx.org/read.php?2,288050, plus the response at https://forum.nginx.org/read.php?2,288050,288051, perhaps? Cheers,