How to Password Protect Web Directories in Nginx and apache
Step 1: Create User and Password 1. To password protect our web directory, we will need to create the file that will contain our encrypted username and password. When using Apache, you can use the “htpasswd” utility. If you have that utility installed on your system, you can use this command to generate the password… Leer más »