Opened 13 years ago
Closed 13 years ago
#66 closed defect (fixed)
SCGI response doesn't compress with GZIP
Reported by: | excanoe | Owned by: | Maxim Dounin |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | nginx-module | Version: | 1.1.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: |
nginx version: nginx/1.1.11
TLS SNI support enabled configure arguments: --with-cc=cl --builddir=objs.msvc8 --with-debug --prefix= --conf-path=conf/nginx.conf --pid-path=logs/nginx.pid --http-log-path=l ogs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-temp-path=temp/client_body_temp --http-proxy-temp-path=temp/pr oxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs.msvc8/lib/pcre-8.12 --with-zlib=objs.msvc8/lib/zl ib-1.2.5 --with-select_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_stub_sta tus_module --with-http_flv_module --with-http_mp4_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-mail --with-openssl=objs.msvc8/lib/openssl-1.0.0e --with-openssl-opt=enable-tlsext --with-http_ssl_module --with-mail_ssl_module --with-ipv6 |
Description
GZIP filtering ignores scgi responses with correct headers (content-type etc.) and doesn't compress responses.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
scgi ruby daemon and nginx.conf