feat: nginx 버전 정보 제거 #366#367
Merged
Han-Joon-Hyeok merged 1 commit intomainfrom Mar 25, 2025
Hidden character warning
The head ref may contain hidden characters: "feat/nginx-server-\ud5e4\ub354-\ubc84\uc804-\uc815\ubcf4-\uc81c\uac70#366"
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
백엔드 API 요청 시 반환되는 응답의 header 중에서
Server속성에 nginx의 버전이 아래와 같이 표시되고 있었습니다.버전 노출에 따른 보안 공격을 방지하기 위해 버전을 표시하지 않도록 nginx 설정 파일을 수정합니다.
작업 내용
nginx.conf파일에서server_tokens옵션을 off로 설정했습니다.아래와 같이 nginx의 버전이 표시되지 않도록 수정했습니다.
참고자료