diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-17 06:24:36 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-17 06:24:36 +0000 |
commit | 03cb8edb34ab0d19049931434863b585d85de238 (patch) | |
tree | 2fc729629cb1861bfedc0cb011e1610491606a9c /doc/development | |
parent | 0061143ccd2e37e7ff83bd85127e0638e5e40f85 (diff) | |
parent | 3300db70ff53699732672824859186cd083623fa (diff) | |
download | gitlab-ce-03cb8edb34ab0d19049931434863b585d85de238.tar.gz |
Merge branch 'http-to-https' into 'master'
Rewrite HTTP links to force TLS, where possible
I got annoyed at the fact that the links on the profile page don't force the use of TLS, so I grepped through the entire source tree, tested all the links I found, and replaced them if possible.
See merge request !1806
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md index c00d290371e..6101a71a8de 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -146,7 +146,7 @@ nginx Apache httpd -- [Explanation of Apache logs](http://httpd.apache.org/docs/2.2/logs.html). +- [Explanation of Apache logs](https://httpd.apache.org/docs/2.2/logs.html). - `/var/log/apache2/` contains error and output logs (on Ubuntu). - `/var/log/httpd/` contains error and output logs (on RHEL). |