From dccc09c59b2d99448ffaeff299186dfc07a4b443 Mon Sep 17 00:00:00 2001 From: Mark Patton Date: Mon, 22 Apr 2024 09:32:50 -0400 Subject: [PATCH] Add more info on /app/ handling. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f5b974..5d1e13bf 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Note the volume mount which is set the user information appropriately for PASS. # App service -The PASS application is available at `/app/`. Requests are resolved against the location given by the environment variable `PASS_CORE_APP_LOCATION`. +The PASS application is available at `/app/` and `/` is redirected to `/app/`. Requests are resolved against the location given by the environment variable `PASS_CORE_APP_LOCATION`. If a request cannot be resolved, then `/app/index.html` will be returned. This allows the user interface to handle paths which may not resolve to files. # User service