diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2015-11-29 08:29:46 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-01 08:01:34 -0500 |
| commit | 7aabd6238028f4bb78d0687bbccc97bcf634e28b (patch) | |
| tree | 8bf67912d9154f1420574c9f22bc75d9fe2f2de0 /docs/topics/security.txt | |
| parent | 51a37213721e5689f17809990a9e7c38f1c8baf8 (diff) | |
Fixed #25778 -- Updated docs links to use https when available.
Diffstat (limited to 'docs/topics/security.txt')
| -rw-r--r-- | docs/topics/security.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt index 99f16078d0..1f2f0f199e 100644 --- a/docs/topics/security.txt +++ b/docs/topics/security.txt @@ -272,4 +272,4 @@ security protection of the Web server, operating system and other components. * It is a good idea to limit the accessibility of your caching system and database using a firewall. -.. _LimitRequestBody: http://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody +.. _LimitRequestBody: https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody |
