Nginx – Password Protect Web Directories

Managers of web projects often need to protect their work one way or another. Often people ask how to password protect their website while it is still in development. On an Apache web server, it’s possible to password protect a directory using .htaccess and .htpasswd files. However, .htaccess files are not supported on Nginx. Read More …