Allow Users to be Added for HTTP Realms on Nginx

Right now you can set a realm and password file, but there is no means to actually add users except using htpasswd CLI. That should be simplified and/or the protected web directories module should support nginx.

Status: 
Active

Comments

That's a good suggestion - the protected web directories plugin should also support Nginx.

Does it use the same format .htaccess and htpasswd files as Apache though?

Yes, it uses the same htpasswd format. Obviously not htaccess though.

Ok, this should be possible to support. I'll look into it..