diff options
author | Giteabot <teabot@gitea.io> | 2024-05-10 20:34:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-10 12:34:04 +0000 |
commit | b99473f4ecc024f7467900dd826fab18891c2c90 (patch) | |
tree | a01f50c6cee9bc3901156eb3bb5e13ee9984514b /options/locale | |
parent | 2200c41ffd7dc84faa1de61941603af11b3412f2 (diff) | |
download | gitea-b99473f4ecc024f7467900dd826fab18891c2c90.tar.gz gitea-b99473f4ecc024f7467900dd826fab18891c2c90.zip |
Check if reverse proxy is correctly configured (#30890) (#30935)
Backport #30890 by wxiaoguang
Follow #27011
Follow #30885
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index fb591be393..f4a6756964 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3320,6 +3320,7 @@ self_check.database_collation_case_insensitive = Database is using a collation % self_check.database_inconsistent_collation_columns = Database is using collation %s, but these columns are using mismatched collations. It might cause some unexpected problems. self_check.database_fix_mysql = For MySQL/MariaDB users, you could use the "gitea doctor convert" command to fix the collation problems, or you could also fix the problem by "ALTER ... COLLATE ..." SQLs manually. self_check.database_fix_mssql = For MSSQL users, you could only fix the problem by "ALTER ... COLLATE ..." SQLs manually at the moment. +self_check.location_origin_mismatch = Current URL (%[1]s) doesn't match the URL seen by Gitea (%[2]s). If you are using a reverse proxy, please make sure the "Host" and "X-Forwarded-Proto" headers are set correctly. [action] create_repo = created repository <a href="%s">%s</a> |