Skip to content

Commit 3ebcb7c

Browse files
author
Daniel Hansson
authored
Fixes #58
1 parent 32b8f8f commit 3ebcb7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nextcloud-startup-script.sh

+4
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,10 @@ sleep 2
447447
echo
448448
bash $SCRIPTS/update.sh
449449

450+
# Fixes https://github.com/nextcloud/vm/issues/58
451+
a2dismod status
452+
service apache restart
453+
450454
# Increase max filesize (expects that changes are made in /etc/php/7.0/apache2/php.ini)
451455
# Here is a guide: https://www.techandme.se/increase-max-file-size/
452456
VALUE="# php_value upload_max_filesize 513M"

0 commit comments

Comments
 (0)