From c817f9faae542ecd9a77e8fdf0a76a0f1bfba1c4 Mon Sep 17 00:00:00 2001 From: RealRancor Date: Fri, 21 Aug 2015 11:46:21 +0200 Subject: [PATCH] Readd needed labels --- admin_manual/configuration_server/harden_server.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_server/harden_server.rst b/admin_manual/configuration_server/harden_server.rst index c5983f9e5..88e8716ef 100644 --- a/admin_manual/configuration_server/harden_server.rst +++ b/admin_manual/configuration_server/harden_server.rst @@ -24,6 +24,8 @@ passwords on external shares. Operating system ---------------- +.. _dev-urandom-label: + Give PHP read accesss to ``/dev/urandom`` ***************************************** @@ -74,6 +76,8 @@ setting the ``enable_previews`` switch to ``false`` in ``config.php``. As an administrator you are also able to manage which preview providers are enabled by modifying the ``enabledPreviewProviders`` option switch. +.. _use-https-label: + Use HTTPS --------- @@ -99,6 +103,8 @@ achieved by a setting such as the following in the Apache VirtualHosts config: Redirect permanent / https://cloud.owncloud.com/ +.. _enable-hsts-label: + Enable HTTP Strict Transport Security *************************************