Hello,<div><br></div><div>I have been banging my head against the wall trying to figure this out. The full code to my module is at <a href="https://gist.github.com/3087852">https://gist.github.com/3087852</a>. It is obviously still a work in progress, but I'm stuck. I'm trying to add an argument to my directive. I have read the guides and looked at other modules and everyone seems to say to do the same thing. </div>
<div><br></div><div>Basically, when I call </div><div><br></div><div>rlcf = ngx_http_get_module_loc_conf(r, ngx_http_repsheet_module);</div><div><br></div><div>the values set in ngx_http_repsheet aren't there anymore. I have confirmed that they are getting set in via gdb. I'm guessing that I am forgetting to do something or have overlooked something stupid here, but I just can't seem to find it. Any help is greatly appreciated.</div>
<div><br></div><div>Cheers,</div><div><br></div><div>Aaron</div>