修改Caddyfile:
在文件最后增加:
1 | www.xxx.com, xxx.com { |
- 把
xxx.com
换成你自己的域名 /var/www/filepath
静态资源路径,不能是/root
目录或者子目录,会报403browse /etc/caddy/browse.html
如何加这个,请把https://github.com/caddyserver/caddy/blob/master/modules/caddyhttp/fileserver/browse.html
这个文件放到/etc/caddy/
路径下或者其他路径,可以使用wget https://raw.githubusercontent.com/caddyserver/caddy/refs/heads/master/modules/caddyhttp/fileserver/browse.html
如果加browse /etc/caddy/browse.html
,就把file_server browse
改为file_server
username
就是你的用户名,password_hash
是密码哈希,可以使用caddy hash-password --plaintext "你的密码"
生成- 改完后,保存并重启 Caddy
systemctl reload caddy