<div>I want to find a secure but simple method for authenticating users in an Nginx environment.  </div><div><br></div><div>I have succeeded in figuring out the auth_basic mod but that does not meet my needs.  </div><div><br>

</div><div>I specifically want to supply my own form, get the username and PW, check it against my DB with a CGI program, and then pass values back to Nginx.</div><div><br></div><div>I need explained examples for nginx.conf.  I can write my own backend in C for authentication, that is not part of my question.</div>

<div><br></div><div>1) What should nginx.conf look like?</div><div>2) How are values passed back to nginx? signals? function return codes?</div>