Hello!
On Tue, Aug 28, 2012 at 7:45 AM, Michael Frank wrote:
> i´ve seen your great Package "OpenResty".
>
Thanks :)
> I´ve just one question - am i right that the "gzip_static" module isn´t
> included in your nginx ??
>
OpenResty includes the standard Nginx core (with just a few patches
for important bugfixes or functionality enhancements).
So the standard ngx_gzip_static module is included just as the
standard Nginx distribution. This module is not enabled by default in
both, you need to explicitly enable it while building OpenResty or
Nginx:
./configure --with-http_gzip_static_module
BTW, I'm cc'ing the openresty-en mailing list:
https://groups.google.com/group/openresty-en And you're very welcome
to join us there as well ;)
Best regards,
-agentzh