Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Прозрачный proxy и ngx http addit ion module
netinsideout Wrote:
-------------------------------------------------------
> add_before_body /insert.html;
> на других html
> превращается в нечитаемый
> побитый код. Видимо gzip
> виноват.
Если gzip виноват, то можно попросить
апстрим не использовать gzip:
proxy_set_header accept-encoding "identity";
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,196798,196808#msg-196808
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|