don't show simple signup

This commit is contained in:
Daniel Hansson 2019-01-19 10:32:02 +01:00 committed by GitHub
parent 8a720d273e
commit 696fdf47e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,6 +323,10 @@ occ_command config:system:set remember_login_cookie_lifetime --value="1800"
# Set logrotate (max 10 MB)
occ_command config:system:set log_rotate_size --value="10485760"
# Don't show "Get your own free account"
# To fix: remove ' ' from false otherwise it won't apply
occ_command config:system:set simpleSignUpLink.shown --value="false"
# Enable OPCache for PHP
# https://docs.nextcloud.com/server/14/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
phpenmod opcache