./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 packagesnpm install -C t/backend#instal the test fr
1 + # nginx-ntlm-module 2 + 3 + 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 fie...
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