skip to Main Content

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??

2

Answers


  1. 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.

    Login or Signup to reply.
  2. If you are looking something simple (like checking name-values in URI) for authentication than you can try to use matching in routing.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search