From 2a974fc342621e0ebe49d6110f2fce805f702e6c Mon Sep 17 00:00:00 2001 From: Neele Chauhan Date: Thu, 25 Sep 2025 11:05:23 -0400 Subject: [PATCH] `caddy.md`: Mention Copr repository for Rocky Linux 10 --- docs/guides/web/caddy.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/guides/web/caddy.md b/docs/guides/web/caddy.md index 1dd757917b..d18ef7623f 100644 --- a/docs/guides/web/caddy.md +++ b/docs/guides/web/caddy.md @@ -2,15 +2,11 @@ title: Caddy Web Server author: Neel Chauhan contributors: Steven Spencer, Ganna Zhyrnova -tested_with: 9.3 +tested_with: 9.3, 10.0 tags: - web --- -!!! Warning "Temporary Hold" - - `caddy` is currently missing from the EPEL. It will probably be built. The Docs Team will continue to test availability in the EPEL as time allows. For now, your only option is to build `caddy` from source, and the instructions for doing that are currently missing here. - ## Introduction *Caddy* is a web server designed for modern web applications. Caddy is simple to configure and has automatic Let's Encrypt, so your websites are always secure by default. It is the author's go-to web server. @@ -50,6 +46,12 @@ Then, install the `epel-release` software repository: sudo dnf install -y epel-release ``` +If you're running Rocky Linux 10, enable the Copr repository: + +```bash +dnf copr enable @caddy/caddy +``` + Next, install the `caddy` web server: ```bash