[AWS] EC2 도메인 없이 https 접속하기카테고리 없음2024. 7. 22. 14:45
Table of Contents
728x90
반응형
1. caddy 홈페이지 접속
DOC에서 Install 목록 클
Debian, Ubuntu, Raspbian
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy
위의 코드를 터미널에 복사
설치가 완료되고 내 80번 포트에 접속하면 아래와 같이 caddy 홈페이지가 뜬다!
728x90
반응형
@BE_개발자 :: 경이로운 개발일기
경이로운 BE 개발자가 되기 위한 프로그래밍 공부 기록장
도움이 되었다면 "❤️" 또는 "👍🏻" 해주세요! 문의는 아래 이메일로 보내주세요.