# "X-Robots-Tag" HTTP 헤더 문제 발생 시

<p class="callout warning">"X-Robots-Tag" HTTP 헤더가 "noindex, nofollow"(으)로 설정되어 있지 않습니다. 잠재적인 정보 유출 및 보안 위협이 될 수 있으므로 설정을 변경하는 것을 추천합니다.</p>

**\[해결책\] nginx 설정 수정**

1\. "config &gt; nginx &gt; site-confs"에 들어가면 "default.conf"가 있습니다.

2\. "add\_header X-Robots-Tag" 부분을 찾아 아래와 같이 수정 합니다.

<p class="callout success"> "add\_header X-Robots-Tag "noindex, nofollow" always;"</p>