To build this as dynamic module run this command ./configure \ --add-dynamic-module=../nginx-ntlm-module Tests In order to run the tests you need nodejs and perl installed on your system # install the backend packages npm install -C t/backend # instal the test framework cpan Test::Ngi...
#nginx-ntlm-module The NTLM module allows proxying requests with[NTLM Authentication](https://en.wikipedia.org/wiki/Integrated_Windows_Authentication). The upstream connection is bound to the client connection once the client sends a request with the "Authorization" header field value starting with ...
A nginx module to allow proxying requests with NTLM Authentication. - Update license · dvershinin/nginx-ntlm-module@f1cdfdc
nginx-ntlm # if the nginx stats without error yout a good to go # if nginx starts without error you are good to go ``` ## alpine - dynamic @@ -30,7 +30,7 @@ docker run --rm -it -p 8080:80 \ -v $(PWD)/nginx.conf:/etc/nginx/nginx.conf \ nginx-ntlm-dynamic # if th...
A nginx module to allow proxying requests with NTLM Authentication. - Update example in readme · dvershinin/nginx-ntlm-module@690ec38