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.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
관련 이슈
변경 사항
AWS EC2에 HTTPS를 적용하고 나서 기존 코드에서 요청을 보내는 주소를 수정해야 했습니다.
CORS 허용 주소에 HTTPS 프로토콜을 포함시켰습니다.
이외에도 ENV 파일에서 사용하는 주소도 변경했습니다.
참고 자료
[AWS] EC2 인스턴스에 HTTPS 적용하기
AWS 인증서 발급 받아 https 적용하기 - aws certificate https
[AWS] AWS 인증서로(ACM) HTTPS 적용해보기
[CentOS] Nginx 설치 및 사용 방법
[AWS|GCP EC2] React+Next.js HTTPS 도메인 적용 방법 (Nginx 리버스프록시 연결 + snapd SSL 인증서 자동 갱신)