diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-04 02:02:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 02:02:12 +0800 |
commit | 8df335025278dd85319265865d47fd73a495e6da (patch) | |
tree | c7d8490d50e6e28f6a06c2dfe233bdbd74292061 /conf/app.ini | |
parent | 931da04dc2c7bdc078ded191b4d44d1e1f0d161b (diff) |
auth: redirect landing URL with subpath prepended (#5964)
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 3 |
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. |