Merge pull request #3131 from nextcloud/enh/2740/davstorage-timeout

set davstorage.request_timeout to the same value like PHP_MAX_TIME
This commit is contained in:
Simon L 2023-08-10 09:16:27 +02:00 committed by GitHub
commit a6333eb5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -476,6 +476,7 @@ php /var/www/html/occ config:system:set updatedirectory --value="/nc-updater"
# Apply network settings
echo "Applying network settings..."
php /var/www/html/occ config:system:set davstorage.request_timeout --value="$PHP_MAX_TIME" --type=int
php /var/www/html/occ config:system:set trusted_domains 1 --value="$NC_DOMAIN"
php /var/www/html/occ config:system:set overwrite.cli.url --value="https://$NC_DOMAIN/"
php /var/www/html/occ config:system:set htaccess.RewriteBase --value="/"