[bug-notifications] [nginx 0005018]: Add module "gzip_static_module" to build recipe
Mantis Bug Tracker
noreply at opencsw.org
Tue Apr 16 15:05:41 CEST 2013
The following issue has been CLOSED
======================================================================
https://www.opencsw.org/mantis/view.php?id=5018
======================================================================
Reported By: max_meyer
Assigned To: dam
======================================================================
Project: nginx
Issue ID: 5018
Category: packaging
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2012-10-26 08:17 CEST
Last Modified: 2013-04-16 15:05 CEST
======================================================================
Summary: Add module "gzip_static_module" to build recipe
Description:
nginx supports the delivery of pre-zipped files, e.g. application.js.gz
instead of zipping application.js on the fly if a client requests a
resource with "Accept-Encoding: gzip". This behaviour needs to be enabled
within the nginx-configuration file
(http://wiki.nginx.org/HttpGzipStaticModule#gzip_static). So only people
using "gzip_static on" activate that module. All others should be not
affected.
To enable this option one need to configure the package with:
./configure --with-http_gzip_static_module
Today this option is not enabled during package configuration:
http://sourceforge.net/apps/trac/gar/browser/csw/mgar/pkg/nginx/trunk/Makefile
Could you please enable it? I assume this will reduce the load on our web
servers a lot as Rails is capable to generate those gzipped files.
Thx a lot.
======================================================================
----------------------------------------------------------------------
(0010329) dam (administrator) - 2013-04-16 15:05
https://www.opencsw.org/mantis/view.php?id=5018#c10329
----------------------------------------------------------------------
This option is now enabled in 1.3.15,REV=2013.04.11 and pushed to
unstable/.
More information about the bug-notifications
mailing list