diff --git a/hosting/Caddyfile b/hosting/Caddyfile index a4d5906fd..adf1a47ae 100644 --- a/hosting/Caddyfile +++ b/hosting/Caddyfile @@ -5,9 +5,8 @@ # 2. Redirect without trailing slash to ensure correct routing redir /fdroid/repo /fdroid/repo/ 302 - # 3. Strip '/fdroid/repo' from the URL and serve the underlying files handle_path /fdroid/repo/* { - root * /repo/fdroid/repo - file_server browse + root * /src/code/fdroid/repo + file_server } }