Nginx 사전 설치(Docker 아님 그냥 EC2에 설치

sudo apt-get install nginx
sudo apt install certbot
sudo certbot --nginx
sudo ufw allow 'Nginx Full' 

Nginx

image.png

sudo systemctl start nginx
sudo systemctl enable nginx

Gabia Domain 등록

<https://customer.gabia.com/manual/38/3041/3040>

sudo certbot --nginx -d humanresource.shop
--> <https://humanresource.shop> 으로 들어갈 수 있음

image.png