Configure password protection on your sites.
.htpasswd
file for each security rule, meaning each secured path may have its own set of credentials. This also means that you will need to re-enter the same credentials when securing multiple paths. If you need to modify the credentials, you can find the .htpasswd
file at /etc/nginx/forge-conf/.../server/.htpasswd-{ruleId}
on your servers.
/etc/nginx/forge-conf/.../server/protected_site-{ruleId}.conf
configuration file for protected sites. You can read more about Nginx and basic access authentication in the Nginx documentation.
site:manage-security
permission.