"X-Robots-Tag" HTTP 헤더 문제 발생 시
"X-Robots-Tag" HTTP 헤더가 "noindex, nofollow"(으)로 설정되어 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.
[해결책] nginx 설정 수정
1. "config > nginx > site-confs"에 들어가면 "default.conf"가 있습니다.
2. "add_header X-Robots-Tag" 부분을 찾아 아래와 같이 수정 합니다.
"add_header X-Robots-Tag "noindex, nofollow" always;"
댓글 없음