- Edited
Actually, I don't know how to password protect one Directory or URL on this panel so anyone knows it?
Server Type: NGINX @aaPanel_Jose
www.example.com/panel/admin
www.example.com/panel/admin/index.php
Actually, I don't know how to password protect one Directory or URL on this panel so anyone knows it?
Server Type: NGINX @aaPanel_Jose
www.example.com/panel/admin
www.example.com/panel/admin/index.php
the same problem , i need to protect one subdirectory on nginx , but the panel makes password for the entire domain
i wish aapanel to add one directory protect by password on nginx . in apache i can make this even manually by htaccess
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:
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 ?