자세한 설명은 참조를 보시는게 좋습니다.

Step 1. 도메인 구매 후 ec2 연결

가비아에서 이벤트로 550원에 tenwonmoa.shop 도메인 구매

DNS 설정 후 빠르면 10분이내 도메인과 ec2가 연결 됨

Untitled

Step 2. nginx + springboot 연결

ec2 nginx 설치

sudo apt install nginx -y

nginx 폴더 확인

cd /etc/nginx
ll -al

Untitled

nginx.conf 파일을 통해 nginx 구성을 할 수 있다.

nginx.conf