Hi Fabiano,
hope you're doing well.
On Wed, Jul 12, 2023 at 06:40:21PM -0300, Fabiano Furtado Pessoa Coelho wrote:
>
> I have compiled NGINX 1.24.0 with "./configure ... --modules-path= ...".
The --modules-patch= configure option defines a directory where
nginx dynamic modules will be installed
Hello!
On Wed, Jul 12, 2023 at 06:40:21PM -0300, Fabiano Furtado Pessoa Coelho wrote:
> Hello...
>
> I have compiled NGINX 1.24.0 with "./configure ... --modules-path= ...".
>
> Therefore, the "load_module" directive is not reading the path/config
> specified in "--modules-path" parameter. For
Hello...
I have compiled NGINX 1.24.0 with "./configure ... --modules-path= ...".
Therefore, the "load_module" directive is not reading the path/config
specified in "--modules-path" parameter. For instance, in nginx.conf,
I have declared "load_module ngx_http_module1.so;" and when I test it,
the