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
Sarva Bharan -
Ronika Kashyap -
Philip -
Sayan Mondal -
Top comments (0)