aboutsummaryrefslogtreecommitdiff
path: root/conf/app.ini
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-04 02:02:12 +0800
committerGitHub <noreply@github.com>2020-03-04 02:02:12 +0800
commit8df335025278dd85319265865d47fd73a495e6da (patch)
treec7d8490d50e6e28f6a06c2dfe233bdbd74292061 /conf/app.ini
parent931da04dc2c7bdc078ded191b4d44d1e1f0d161b (diff)
auth: redirect landing URL with subpath prepended (#5964)
Diffstat (limited to 'conf/app.ini')
-rw-r--r--conf/app.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini
index c4a5033c..0171c282 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -52,7 +52,8 @@ APP_DATA_PATH = data
; Whether to enable to load assets (i.e. "conf", "templates", "public") from disk instead of embedded bindata.
LOAD_ASSETS_FROM_DISK = false
-; The landing page URL for anonymous users, can be a link to a external site.
+; The landing page URL for anonymous users, the value should not include
+; subpath that is handled by the reverse proxy.
LANDING_URL = /
; Whether to disable SSH access to the application entirely.