Skip to content

Commit

Permalink
Merge pull request #3131 from nextcloud/enh/2740/davstorage-timeout
Browse files Browse the repository at this point in the history
set davstorage.request_timeout to the same value like PHP_MAX_TIME
  • Loading branch information
szaimen authored Aug 10, 2023
2 parents 620a800 + 5f57fcd commit a6333eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containers/nextcloud/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="/"
Expand Down

0 comments on commit a6333eb

Please sign in to comment.