From 2a06126df0adacb6da77aba639ae4f4fc7a85d8a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Nov 2021 15:52:43 +0100 Subject: [PATCH] Update app.ini --- conf/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index 9ad9df8..128719d 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -52,7 +52,7 @@ LOAD_ASSETS_FROM_DISK = false ; The landing page URL for anonymous users, the value should not include ; subpath that is handled by the reverse proxy. -LANDING_URL = explore +LANDING_URL = /explore ; Whether to disable SSH access to the application entirely. DISABLE_SSH = false