sub_filter

Phil Kulin schors at gmail.com
Wed May 7 17:25:07 MSD 2008


Вот такая конструкция:
        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 в коде.
Что я делаю не так?

-- 
Non nobis Domine non nobis sed Nomini Tuo da gloriam
Phil Kulin


More information about the nginx-ru mailing list