From b9a71c5f79fb6992ad0524ac97ef3d7db7d7b859 Mon Sep 17 00:00:00 2001 From: Ricardo Maltez Date: Tue, 26 Dec 2023 16:29:08 +0000 Subject: [PATCH] Fix sub url paths not working when serving atlas using caddy --- docs/operator-guide/examples/Caddyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +# }