diff --git a/Caddyfile b/Caddyfile index 811697bad..ed34db55a 100644 --- a/Caddyfile +++ b/Caddyfile @@ -15,8 +15,8 @@ handle @app_match { uri strip_prefix /apps/chrome file_server * { - root /opt/app-root/src/build - index opt/app-root/src/build/index.html + root /opt/app-root/src/build/stable + index opt/app-root/src/build/stable/index.html browse } } @@ -27,8 +27,8 @@ handle @beta_match { uri strip_prefix /beta/apps/chrome file_server * { - root /opt/app-root/src/build - index opt/app-root/src/build/index.html + root /opt/app-root/src/build/preview + index opt/app-root/src/build/preview/index.html browse } } @@ -39,8 +39,8 @@ handle @preview_match { uri strip_prefix /preview/apps/chrome file_server * { - root /opt/app-root/src/build - index opt/app-root/src/build/index.html + root /opt/app-root/src/build/preview + index opt/app-root/src/build/preview/index.html browse } }