caddy -version)?0.10.7
I was trying to serve a iso file via plain HTTP. The iso saved in /root/iso
:80
gzip
browse /root/iso
However, replace "browse /root/iso" with simple "browse" do work. It listed all files in "/root" as caddy binary was saved and excuted in "/root".
./caddy -conf caddy.conf
List all files in directory "/root/iso".
404
Hi, I think you want:
:80
gzip
root /root/iso
browse
^ Yes, that should do it. :)
Most helpful comment
^ Yes, that should do it. :)