mirror of
https://github.com/go-gitea/gitea
synced 2024-11-16 15:01:07 +01:00
Fix link in HTTPS doc (#4135)
This commit is contained in:
parent
25b1a8099b
commit
fa3ceb610d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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)
|
* [apache2/httpd](https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html)
|
||||||
* [caddy](https://caddyserver.com/docs/tls)
|
* [caddy](https://caddyserver.com/docs/tls)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue