diff --git a/docs-site/Caddyfile b/docs-site/Caddyfile index c4e4fa4..875f179 100644 --- a/docs-site/Caddyfile +++ b/docs-site/Caddyfile @@ -1,7 +1,9 @@ :80 { + redir / /getting-started/ 302 + root * /srv file_server - try_files {path} {path}/ /index.html + try_files {path} {path}/index.html {path}/ @nocache path /robots.txt /sitemap-index.xml /sitemap-*.xml header @nocache Cache-Control "no-cache, max-age=0"