Site icon Learning & Doing

Cara Install Caddy pada Ubuntu 20.04 / Debian 11

“Cara Install Caddy pada Ubuntu 20.04 / Debian 11”

Caddy adalah open-source, aplikasi efisiensi yang dirancang untuk menjadi cepat, mudah digunakan, dan meningkatkan produktivitas. Caddy kompatibel dengan Sistem Operasi seperti Linux, BSD, Windows, Mac, Solaris, dan platform Android.

1. Update Server

# apt update -y && apt upgrade -y

2. Install Caddy

# curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add -
# curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list
apt update -y
apt install caddy -y
    http://Server-IP

    OR

    http://example.com

3. Konfigurasi Domain dengan Caddy di Ubuntu 20.04 dan Debian 11

# mkdir -p /var/www/html/hostnextra.com
# vi /etc/caddy/Caddyfile
# systemctl restart caddy
# echo '<!doctype html><head><title>Hello dari Caddy!</title></head><body><h1 style="font-family: sans-serif">This page is being served via Caddy</h1></body></html>' | sudo tee /var/www/html/games.com/index.html

Sahabat Blog Learning & Doing demikianlah penjelasan mengenai Cara Install Caddy pada Ubuntu 20.04 / Debian 11. Semoga Bermanfaat . Sampai ketemu lagi di postingan berikut nya.

Exit mobile version