官方文档写的很多,如果想要快速体验,操作真是傻瓜式的。
环境准备:
- 安装好
Caddy
。 - 确保
Caddy
可以启动成功。(很多时候安装Caddy
都会忘记解除80
和443
端口的占用,导致起不来) - 域名解析已经配置好了,配置了
A/AAAA
解析记录。
接下来修改/etc/caddy/Caddyfile
配置文件,配置文件上已经写好了,将":80"替换成你的域名即可,如下所示:
xxx.yyy.com { # Set this path to your site's directory. root * /usr/share/caddy # Enable the static file server. file_server # Another common task is to set up a reverse proxy: # reverse_proxy localhost:8080 # Or serve a PHP site through php-fpm: # php_fastcgi localhost:9000 }点击复制复制失败已复制
之后重新启动