Replies: 1 comment
-
This is my first time compiling on nginx ubuntu. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been running nginx plus subscription.
I installed nginx binary from open source nginx_1.22.1, and it runs my nginx.conf, except for the ntlm directive.
There is a module that claims to work in place of ntlm, but if the spnego-http-auth-nginx-module will work in my project, it is preferred.
I need to know if this module is compatible with nginx_1.22.1. The README.md states it is compatible with nginx 1.2 - 1.7. I'm not sure how to compare those versions with what I've got, or if I should run an older nginx version.
I am deploying on ubuntu 18.04.6 LTS.
Please help, let me know how I can succeed with this module.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions