Your Caddy Server is Running! 🎉
您的 Caddy 服务器正在运行!

This is a placeholder page. Your Caddy web server is active and ready to serve your content.
这是一个占位页面。您的 Caddy Web 服务器已激活并准备好提供您的内容。

What's Next for Caddy? / Caddy 的下一步

To get your site online and secured with HTTPS using Caddy, follow these steps:

要让您的网站上线并使用 Caddy 实现 HTTPS 保护,请遵循以下步骤:

  1. Point your domain's A/AAAA DNS records to this server's public IP address.
    将您的域名的 A/AAAA DNS 记录指向本服务器的公共 IP 地址。
  2. Upload your site files to the root directory configured in your Caddyfile (e.g., /var/www/html).
    将您的网站文件上传到 Caddyfile 中配置的根目录(例如 /var/www/html)。
  3. Edit your Caddyfile (typically at /etc/caddy/Caddyfile):
    编辑您的 Caddyfile(通常位于 /etc/caddy/Caddyfile):
    1. Replace :80 with your actual domain name (e.g., yourdomain.com).
    2. Set the site root to where your files are located (e.g., root * /var/www/html).
  4. Apply the new configuration: systemctl reload caddy (or restart your Caddy service).
    应用新配置:systemctl reload caddy(或重启您的 Caddy 服务)。
  5. Visit your domain in a web browser! Caddy will automatically obtain and renew TLS certificates.
    在浏览器中访问您的域名!Caddy 将自动获取并续订 TLS 证书。

Important: If you encounter issues with Caddy's TLS certificate issuance (e.g., rate limits), consider using Let's Encrypt's staging environment during testing.

重要提示:如果您在 Caddy 的 TLS 证书颁发过程中遇到问题(例如速率限制), 请在测试期间考虑使用 Let's Encrypt 的预备环境

Need More Caddy Help? / 需要更多 Caddy 帮助?

For more information and community support regarding Caddy, please visit the official resources:
如需更多关于 Caddy 的信息和社区支持,请访问以下官方资源: