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 오류라고 하세요

관련 정보