From 0cc364bfda870d744ec63ea958d9b8716784fed4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 25 Dec 2017 15:00:24 +0200 Subject: [PATCH] Update docs --- docs/update.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/update.rst b/docs/update.rst index ca4cbdf455b8..7c4419f31b0e 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -38,14 +38,9 @@ Version 3.2 An import folder has been adding to storage/, you may need to run ``sudo chown -R www-data:www-data storage`` -Version 2.6 +Version 2.5 """"""""""" -Make sure the .env file includes ``APP_CIPHER=rijndael-128`` - -Version 2.5.1 -""""""""""""" - The minimum PHP version is now 5.5.9 Version 2.0 @@ -53,6 +48,6 @@ Version 2.0 Copy .env.example to .env and set config settings -Set the app cipher to ``rijndael-256`` to support existing passwords +If unset, set the app cipher to ``rijndael-256``. Check that ``/path/to/ninja/storage`` has 755 permissions and is owned by the webserver user