diff options
author | Alex Jordan <alex@strugee.net> | 2015-11-16 02:01:26 -0800 |
---|---|---|
committer | Alex Jordan <alex@strugee.net> | 2015-11-16 16:50:05 -0800 |
commit | 3300db70ff53699732672824859186cd083623fa (patch) | |
tree | 98a8e79a3887ad710c8f09651ad5dc62e2598dcc /doc/development/architecture.md | |
parent | 3777b233a35509c4ed13e145624370884468cbc2 (diff) | |
download | gitlab-ce-3300db70ff53699732672824859186cd083623fa.tar.gz |
Rewrite HTTP links to force TLS, where possible
Diffstat (limited to 'doc/development/architecture.md')
-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). |