Skip to content

Commit

Permalink
fix #1321
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored Jul 15, 2020
1 parent dad0a55 commit 110b663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ occ_command config:system:set trashbin_retention_obligation --value="auto, 180"
occ_command config:system:set versions_retention_obligation --value="auto, 365"

# Remove simple signup
occ_command config:system:set simpleSignUpLink.shown --value="false"
occ_command config:system:set simpleSignUpLink.shown --type=bool --value=false

# Enable OPCache for PHP
# https://docs.nextcloud.com/server/14/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
Expand Down

0 comments on commit 110b663

Please sign in to comment.