summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYarden Shoham <git@yardenshoham.com>2023-04-09 12:06:31 +0300
committerGitHub <noreply@github.com>2023-04-09 17:06:31 +0800
commit768ee158f509eab28bf82f63e8fec8018575277e (patch)
treeb65ae8c53085a5d866af53a71e0a82b06ad3996a /docs
parent57aab79b0dfcdf23fe737fced38e1d441b0b8cda (diff)
downloadgitea-768ee158f509eab28bf82f63e8fec8018575277e.tar.gz
gitea-768ee158f509eab28bf82f63e8fec8018575277e.zip
Fix lint problem in `https-support.zh-cn.md` (#24014)
https://github.com/DavidAnson/markdownlint/blob/v0.26.2/doc/Rules.md#md051
Diffstat (limited to 'docs')
-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 3cfe794dd6..e6b5e0dd49 100644
--- a/docs/content/doc/administration/https-support.zh-cn.md
+++ b/docs/content/doc/administration/https-support.zh-cn.md
@@ -98,4 +98,4 @@ After that, enable HTTPS by following one of these guides:
- [apache2/httpd](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html)
- [caddy](https://caddyserver.com/docs/tls)
-Note: Enabling HTTPS only at the proxy level is referred as [TLS Termination Proxy](https://en.wikipedia.org/wiki/TLS_termination_proxy). The proxy server accepts incoming TLS connections, decrypts the contents, and passes the now unencrypted contents to Gitea. This is normally fine as long as both the proxy and Gitea instances are either on the same machine, or on different machines within private network (with the proxy is exposed to outside network). If your Gitea instance is separated from your proxy over a public network, or if you want full end-to-end encryption, you can also [enable HTTPS support directly in Gitea using built-in server](#using-the-built-in-server) and forward the connections over HTTPS instead.
+Note: Enabling HTTPS only at the proxy level is referred as [TLS Termination Proxy](https://en.wikipedia.org/wiki/TLS_termination_proxy). The proxy server accepts incoming TLS connections, decrypts the contents, and passes the now unencrypted contents to Gitea. This is normally fine as long as both the proxy and Gitea instances are either on the same machine, or on different machines within private network (with the proxy is exposed to outside network). If your Gitea instance is separated from your proxy over a public network, or if you want full end-to-end encryption, you can also [enable HTTPS support directly in Gitea using built-in server](#使用内置服务器) and forward the connections over HTTPS instead.