﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
260	extend `gzip_static` to accept more extensions than just `.gz`	Christian Bönning		"I'm using nginx in combination with TYPO3 CMS and would like to take advantage from `gzip_static`. TYPO3 does provide a way to pre-compress a couple of ressources.

However those ressources are written as - for example - `file.css.gzip` which isn't recognized by nginx's gzip_static module due to the fact that the module does look only for files having extensions like `.gz`.

Is there any chance to extend the `gzip_static` configuration directive to accept - besides its current options - as a second parameter a list of extensions? I could imagine something like `gzip_static on ""gz gzip gzip.css gzip.js""`"	enhancement	closed	minor		nginx-module	1.3.x	wontfix				"nginx version: nginx/1.3.9 (+spdy 54)
built by gcc 4.3.2 (Debian 4.3.2-1.1) 
TLS SNI support enabled
configure arguments: --prefix=/opt/nginx --user=www-data --group=www-data --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-file-aio --with-http_flv_module --with-http_mp4_module --with-http_dav_module --with-http_gzip_static_module --with-http_gunzip_module --with-http_image_filter_module --with-http_sub_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_xslt_module --with-http_secure_link_module --with-ipv6 --with-pcre-jit --without-http_ssi_module --without-http_memcached_module --with-openssl=/usr/src/nginx/source/openssl-1.0.1c --with-pcre=/usr/src/nginx/source/pcre-8.31 --with-zlib=/usr/src/nginx/source/zlib-1.2.7 --with-sha1=/usr/src/nginx/source/openssl-1.0.1c --with-md5=/usr/src/nginx/source/openssl-1.0.1c --add-module=/usr/src/nginx/modules/git/nginx-cache-purge/ --add-module=/usr/src/nginx/modules/git/nginx-headers-more/"
