Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ngx_http_addition_module
ðÏÐÒÏÂÏ×ÁÌ ÔÁË
location / {
add_before_body /before_action;
add_after_body /after_action;
}
location = /before_action {
root before_action/50x.html;
}
location = /after_action {
root after/50x.html;
}
îÏ ÎÉÞÅÇÏ ÔÁË É ÎÅÔ
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,114834,115795#msg-115795
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|