1. 서버 버전 정보 제거 http://wiki.nginx.org/ HttpCoreModule#server_tokens 설정 파일에 server_tokens off; 요것 추가하면 된다. http { ... server_tokens off; ... } 2. TRACE 메소드 사용금지 이것도 설정 변경을 하면 될 줄 알았는데... location / { # if ($reque
◀ 2021. 3 ▶