избирательность ngx_http_addition_module

Борис Долгов boris at dolgov.name
Thu Apr 9 23:24:59 MSD 2009


Добрый вечер!
Столкнулся с проблемой:
nginx version: nginx/0.6.36
Имеется куча нагеренных конфигов вида:
server {
    listen, server_name, прочие настройки...
    location /ad {
        internal; alias /var/www/ad.htm;
    }
    location / {
        proxy_pass ...;
        include ad.conf;
    }
    location статики {
        root ...;
        include ad.conf;
     }
}

ad.conf:
add_after_body /ad;

Работает на части доменов, на другой части - не работает, логике не
поддается.
Все сайты отдают 200 ответ и Content-type text/html.


-- 
С уважением, Борис Долгов.
icq 77556665
e-mail boris at dolgov.name
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20090409/91d34336/attachment.html>


More information about the nginx-ru mailing list