docs: tutorial
[awesomized/ext-ion] / docs / Caddyfile
1 http://{$CADDY_ADDRESS} {
2 route {
3 uri strip_prefix /ext-ion
4 try_files {path}.html {path}/ {path}/index.html {path} =404
5 file_server
6 }
7 }