Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0d6d2c52..08062a0c 100644
--- a/README.md
+++ b/README.md
@@ -272,8 +272,7 @@ assuming they know the URL beforehand.
GitLab Pages defaults to TLS 1.2 as the minimum supported TLS version. This can be
configured by using the `-tls-min-version` and `-tls-max-version` options. Accepted
-values are `tls1.2`, and `tls1.3` (if supported). When `tls1.3`
-is used GitLab Pages will add `tls13=1` to `GODEBUG` to enable TLS 1.3.
+values are `tls1.2`, and `tls1.3`.
See https://golang.org/src/crypto/tls/tls.go for more.
### Custom headers