Caddy

ooowl
  • Web系统设计
  • 网关
Less than 1 minute

Caddy

项目github在这里open in new window,非常的轻量级,适合本地玩中等的流量也扛得住,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 时重写为首页


Last Edit: 2025-09-15 22:03:33
Loading...