sub_filter
Alex Vorona
voron at amhost.net
Wed May 7 17:43:18 MSD 2008
Phil Kulin пишет:
> Вот такая конструкция:
> location / {
> sub_filter </body> 'TEST</body>';
> ssi off;
> expires 24h;
> add_header Cache-Control private;
> root /home/user/public_html;
> index index.html index.htm;
> sub_filter_once on;
> }
>
> Ну вообще никак не добиться вот этого TEST в коде.
> Что я делаю не так?
>
curl http://domain.com/index.html |grep TEST и правда молчит?
More information about the nginx-ru
mailing list