Fixed #25778 -- Updated docs links to use https when available.

This commit is contained in:
Jon Dufresne 2015-11-29 08:29:46 -08:00 committed by Tim Graham
parent 51a3721372
commit 7aabd62380
66 changed files with 156 additions and 156 deletions

View file

@ -74,7 +74,7 @@ type of web server -- faster but less full-featured. Some common choices are:
* A stripped-down version of Apache_
.. _Nginx: http://wiki.nginx.org/Main
.. _Apache: http://httpd.apache.org/
.. _Apache: https://httpd.apache.org/
Configuring these servers is out of scope of this document; check each
server's respective documentation for instructions.