Skip to content

Caddy

项目github在这里,非常的轻量级,适合本地玩中等的流量也扛得住,release不依赖go环境。
代理一个本地单文件夹。

python
:8000 #监听本地0.0.0.0:8000

root * ./tao # 这个文件夹作为网页根目录
file_server
#等价命令  caddy file-server --root ./tao  --listen :8000
try_files {path} /index.html # 遇到 404 时重写为首页

最近更新: