aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYarden Shoham <git@yardenshoham.com>2023-04-09 12:31:31 +0300
committerGitHub <noreply@github.com>2023-04-09 17:31:31 +0800
commit42e009fa1146894f5cb0b89e11a139ef5c982add (patch)
tree3c2653d25ad717a7ad6ffd2232fb07e10e7f1154
parent768ee158f509eab28bf82f63e8fec8018575277e (diff)
downloadgitea-42e009fa1146894f5cb0b89e11a139ef5c982add.tar.gz
gitea-42e009fa1146894f5cb0b89e11a139ef5c982add.zip
Reference the `zh-CN` version of `reverse-proxies` in `https-support` (#24016)
-rw-r--r--docs/content/doc/administration/https-support.zh-cn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/administration/https-support.zh-cn.md b/docs/content/doc/administration/https-support.zh-cn.md
index e6b5e0dd49..58f96d5767 100644
--- a/docs/content/doc/administration/https-support.zh-cn.md
+++ b/docs/content/doc/administration/https-support.zh-cn.md
@@ -24,7 +24,7 @@ menu:
在启用HTTPS之前,确保您拥有有效的SSL/TLS证书。
建议在测试和评估情况下使用自签名证书,请运行 `gitea cert --host [HOST]` 以生成自签名证书
-如果您在服务器上使用阿帕奇(Apache)或Nginx,建议参考 [反向代理指南]({{< relref "doc/administration/reverse-proxies.en-us.md" >}})。
+如果您在服务器上使用阿帕奇(Apache)或Nginx,建议参考 [反向代理指南]({{< relref "doc/administration/reverse-proxies.zh-cn.md" >}})。
要使用Gitea内置HTTPS支持,您必须编辑`app.ini`文件。