linuxhttpnginxnginx-unit

alternative to basic authentication for nginx-unit?


I have nginx-unit server.

I don't use nginx, because my application is fully dynamic and test purpose products.

However it doesn't have basic authentication like apache.

Is there any alternative to basic authentication on nginx-unit ??

I should use nginx?? if so, is there any alternativce to basic authentication??


Solution

  • If I'm not wrong kerberos authentication works well if you don't want to use basic auth and your use case applies. You can use sssd with Samba to make it work.