Nginx Password Protect Directory
shayen
Subdirectory setting password protection We consider joining the development list
aaPanel_Jose oh great news and plz improve package installation speed because it's taking too much time to install PHP packages and Nginx (already 10 servers have the same problem including google, digital ocean, scaleway, and OVH)
Try:
nginx configuration
auth_basic "Password Protected Area";
auth_basic_user_file /path/to/.htpasswd;
And there a .htpasswd file:
test:mysuperpassword
shayen
hello,
What system is your slow installation machine? What is the server performance?
aaPanel_Jose Probably new PHP version installation and update cause too much time and sometime Nginx version change also take too much time. When I restart my server, it's work well.
aaPanel_Jose Hello,
When I enter www.example.com/panel/admin/ is asking me for a password (so far so good)
When I enter www.example.com/panel/admin/index.php you can enter with no password!
any solution???
aaPanel_Jose
how set up password ?