Update nextcloud_install_production.sh

This commit is contained in:
Daniel Hansson 2018-11-06 20:32:58 +01:00 committed by GitHub
parent eec11647bf
commit fa659ceaae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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