commit | 030523dff05c997bcba1ca421f7dcddd4575ded1 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Mon Nov 14 13:26:18 2011 +0000 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Mon Nov 14 13:26:18 2011 +0000 |
tree | e58058c651156f2a94d2152fa110700af59d309c | |
parent | ca01f46103a8767496fe1c0dfc4cf88da51d01eb [diff] |
Fixed fastcgi/scgi/uwsgi_param inheritance. The following problems were fixed: 1. Directive fastcgi_cache affected headers sent to backends in unrelated servers / locations (see ticket #45). 2. If-Unmodified-Since, If-Match and If-Range headers were sent to backends if fastcgi_cache was used. 3. Cache-related headers were sent to backends if there were no fastcgi_param directives and fastcgi_cache was used at server level.