nginx HttpAuthDigestモジュール

nginx HttpAuthDigestモジュール

安全なフォルダnginx confにログインするのに問題があります

    auth_digest_user_file /var/www/*******/htpasswd/passwd.digest;  
    location /private {

    auth_digest 'this is not for you';
    }

仕事でログインしましたが、サイトにはアクセスできます...403エラーが表示されます

関連情報