Restricting Access with HTTP Basic Authentication | NGINX Plus
server {
...
auth_basic "Administrator’s Area";
auth_basic_user_file conf/htpasswd;
location /public/ {
auth_basic off;
}
}
Restricting Access with HTTP Basic Authentication | NGINX Plus
server {
...
auth_basic "Administrator’s Area";
auth_basic_user_file conf/htpasswd;
location /public/ {
auth_basic off;
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Vito Tumas -
Oyedele Temitope -
Andrew Baisden -
Alexandra -
Top comments (0)