<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Hi all,</div><div class=""><br class=""></div><div class=""><div class="">I’m writing a small monitoring module and I need to perform some set-up after the configuration object has ben initialised. I use the <span class="" style="orphans: 2; widows: 2; background-color: rgb(255, 255, 255);">postconfiguration</span>-hook in <i class="">ngx_http_module_t</i> and would like this hook to traverse over all locations that have been enabled in my module in order to initialise some state and set up some (database) connections. Does anybody know how to traverse the locations when given the root <i class="">ngx_conf_t</i>? I’ve found <i class="">ngx_http_location_tree_node_t</i> but I’ve failed to decipher how exactly it works. Besides that, is this the right way to do so, or is there some clever location-specific postconfiguration-hook that I’m missing?</div><div class=""><br class=""></div><div class="">Many thanks,</div><div class="">Sam</div></div></body></html>