Appearance
创建于 2025年9月14日 19:47:00 · 约43字
项目github在这里,非常的轻量级,适合本地玩中等的流量也扛得住,release不依赖go环境。 代理一个本地单文件夹。
:8000 #监听本地0.0.0.0:8000 root * ./tao # 这个文件夹作为网页根目录 file_server #等价命令 caddy file-server --root ./tao --listen :8000 try_files {path} /index.html # 遇到 404 时重写为首页