]> git.kaiwu.me - nginx.git/commit
Core: allow shared memory size to be declared after a reference.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 20 Apr 2015 13:53:04 +0000 (16:53 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 20 Apr 2015 13:53:04 +0000 (16:53 +0300)
commit06ff11798612f7b9e972885fcfacf0f7b0f172ce
treebee06ac689d2f636dc7b3d444abeff7b2c09f592
parentc799c82faad507e5f6082669b02f14d332f23a61
Core: allow shared memory size to be declared after a reference.

For example, this fixes the case when "proxy_cache_path" is specified
after "proxy_cache" that references it.
src/core/ngx_cycle.c