Maxim Dounin Wrote:
---
>
> Try ngx_http_conf_get_module_main_conf().
>
> (Doing so in the create_loc_conf callback is probably pointless
> though, as main conf contents can be changed later.)
>
> --
> Maxim Dounin
> http://nginx.org/
>
Hello!
On Wed, Aug 16, 2017 at 03:38:28PM +0300, Claudiu Rad wrote:
[...]
> > I only get the following warnings for now:
> >
> > objs/ngx_modules.o \
> > -static -lpcre -lpthread -ldl -lcrypt -lpcre -lz
> > objs/src/core/nginx.o: In function `ngx_load_module':
> > /tmp/nginx-static/nginx-1.13.4/
On 8/14/2017 8:59 PM, Claudiu Rad wrote:
On 8/14/2017 4:44 PM, Maxim Dounin wrote:
Hello!
On Mon, Aug 14, 2017 at 04:15:00PM +0300, Claudiu Rad wrote:
Hello,
I'm trying a static build of nginx. Sorry if this may have been
answered
before but I couldn't find anything closer than
https:/