Closed dearith closed 4 years ago
@thebaptiste if you are back, can you add this in the openresty build process (in mfext)? thanks
Done and backported in release 0.9 (a new release of mfext 0.9 is available including this improvement).
See here
It works !!! Thanks a lot 👍
We need to use ngx_http_auth_request_module (http://nginx.org/en/docs/http/ngx_http_auth_request_module.html).
It seems nginx provided by Metwork does not have this module.
This module is not built by default, it should be enabled with the
--with-http_auth_request_module
configuration parameter.Currently, we use Metwork 0.9.
Could you enable this module in nginx (Metwork 0.9 and >)?
Thanks.