From fa659ceaae0dd9657fae6490d294272e79b61282 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Tue, 6 Nov 2018 20:32:58 +0100 Subject: [PATCH] Update nextcloud_install_production.sh --- nextcloud_install_production.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 5b3b90ca..24d9c922 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -308,7 +308,10 @@ configure_max_upload # Set SMTP mail occ_command config:system:set mail_smtpmode --value="smtp" -# Set logrotate +# Forget login/session when browser or browser tab closes +occ_command config:system:set remember_login_cookie_lifetime --value="0" + +# Set logrotate (max 10 MB) occ_command config:system:set log_rotate_size --value="10485760" # Enable OPCache for PHP