From: Jerome Jutteau Date: Mon, 19 Jun 2017 07:04:32 +0000 (+0200) Subject: Add a note about https configuration. X-Git-Tag: 3.3.0~13 X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/commitdiff_plain/5a2c8be421e642c30dc42660abdf31862cec3abe Add a note about https configuration. Check issue #125 Signed-off-by: Jerome Jutteau --- 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