diff --git a/docs/operator-guide/examples/Caddyfile b/docs/operator-guide/examples/Caddyfile index 6e3b5d2d9..daf8df81d 100644 --- a/docs/operator-guide/examples/Caddyfile +++ b/docs/operator-guide/examples/Caddyfile @@ -13,5 +13,6 @@ archive.{$GATEWAY_ROOT_DOMAIN} { # # Optional: uncomment to serve atlas statically on the server # {$GATEWAY_ROOT_DOMAIN} { # root * /srv/atlas +# try_files {path} /index.html # file_server -# } \ No newline at end of file +# }