From 5a2c8be421e642c30dc42660abdf31862cec3abe Mon Sep 17 00:00:00 2001 From: Jerome Jutteau Date: Mon, 19 Jun 2017 09:04:32 +0200 Subject: [PATCH] Add a note about https configuration. Check issue #125 Signed-off-by: Jerome Jutteau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bc1030..d9ac583 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ location ~ /var-.* { ``` You should also remove un-necessessary write access once the installation is done (ex: configuration file). -An other obvious basic security is to let access users to the site by HTTPS. +An other obvious basic security is to let access users to the site by HTTPS (make sure `web_root` in you `config.local.php` is set with https). ## Server side encryption -- 2.34.1