]> git.kaiwu.me - nginx.git/commit
Added warning about unset cache keys.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Sep 2014 16:08:52 +0000 (20:08 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 Sep 2014 16:08:52 +0000 (20:08 +0400)
commit3a235bf52e6cfb02e42c76f1ff66a93fcfff54e7
tree55ffbbe8d312c9279ba1341fd709c8d8bf900eb3
parentd7d26feba1f637dc8778acdbc41c39a820301681
Added warning about unset cache keys.

In fastcgi, scgi and uwsgi modules there are no default cache keys, and
using a cache without a cache key set is likely meaningless.
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_scgi_module.c
src/http/modules/ngx_http_uwsgi_module.c