diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-06-05 10:36:15 -0400 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-06-05 17:36:15 +0300 |
commit | fa3ceb610d579c64142321ad4c82398a9d0bfde0 (patch) | |
tree | e70195d8b8853bb1567c51282fd592af16f0f2a4 /docs | |
parent | 25b1a8099b2f5e38b77cd6521304cd7f696cde75 (diff) | |
download | gitea-fa3ceb610d579c64142321ad4c82398a9d0bfde0.tar.gz gitea-fa3ceb610d579c64142321ad4c82398a9d0bfde0.zip |
Fix link in HTTPS doc (#4135)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/https-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/https-support.md b/docs/content/doc/usage/https-support.md index ba1e319e28..b63a7d5881 100644 --- a/docs/content/doc/usage/https-support.md +++ b/docs/content/doc/usage/https-support.md @@ -38,7 +38,7 @@ Setup up your reverse proxy like shown in the [reverse proxy guide](../reverse-p After that, enable HTTPS by following one of these guides: -* [nginx](https//nginx.org/en/docs/http/configuring_https_servers.html) +* [nginx](https://nginx.org/en/docs/http/configuring_https_servers.html) * [apache2/httpd](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html) * [caddy](https://caddyserver.com/docs/tls) |