Hi,
I've implemented the module and everything works great. Thanks for making it!
However, I notice that every single request my browser makes causes nginx to ask my domain controller for authorization.
I have a website that makes a lot of XMLHttpRequest and every request is sent to the samba-ad-dc machine for validation. Shouldn't nginx cache the authentication somehow? It is making my site very slow.
Hi, I've implemented the module and everything works great. Thanks for making it! However, I notice that every single request my browser makes causes nginx to ask my domain controller for authorization. I have a website that makes a lot of XMLHttpRequest and every request is sent to the samba-ad-dc machine for validation. Shouldn't nginx cache the authentication somehow? It is making my site very slow.
My nginx.conf looks like ithis:
Thank you