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
Mcneil Crowell -
Mahrukh Adeel -
Blair Lassiter -
Lithe -
Top comments (0)