| commit | 717acb74a72140537e62de50f91d557af02f2f6f | [log] [tgz] |
|---|---|---|
| author | Maxim Dounin <mdounin@mdounin.ru> | Thu Dec 20 19:04:28 2012 +0000 |
| committer | Maxim Dounin <mdounin@mdounin.ru> | Thu Dec 20 19:04:28 2012 +0000 |
| tree | 12ba9aa494cc5d709da0e7a214f24a164c59486e | |
| parent | f4b9d891033cba1eb9b9ab0ce9b4a4c625bc3994 [diff] |
Image filter: configuration inheritance fixes.
The image_filter_jpeg_quality, image_filter_sharpen and "image_filter rotate"
were inherited incorrectly if a directive with variables was defined, and
then redefined to a literal value, i.e. in configurations like
image_filter_jpeg_quality $arg_q;
location / {
image_filter_jpeg_quality 50;
}
Patch by Ian Babrou, with minor changes.