From ac54a9aecd57044b174b014beeba28b14db5b555 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Nov 2021 15:31:28 +0100 Subject: [PATCH] Update app.ini --- conf/app.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.ini b/conf/app.ini index 6b0912f..40ec0e3 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -15,7 +15,7 @@ EXTERNAL_URL = https://__URL__/ DOMAIN = __DOMAIN__ ; The protocol that is used to serve direct traffic to the application. ; Currently supports "http", "https", "fcgi" and "unix". -PROTOCOL = http +PROTOCOL = https ; The address to be listened by the application. HTTP_ADDR = 127.0.0.1 ; The port number to be listened by the application. @@ -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 = / +LANDING_URL = explore ; Whether to disable SSH access to the application entirely. DISABLE_SSH = false