Skip to content

Commit

Permalink
Update nextcloud_addon.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzkeil authored Jul 26, 2023
1 parent 20e5f05 commit 8ffae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nextcloud_addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ chown -R www-data:www-data /opt/nextcloud/data
##php settings nextcloud
cp /etc/php/8.2/apache2/php.ini /etc/php/8.2/apache2/php.ini.bak
sed -i "s/memory_limit = 128M/memory_limit = 1G/" /etc/php/8.2/apache2/php.ini
sed -i "s/output_buffering =.*/output_buffering = 'Off'/" /etc/php/8.2/apache2/php.ini
sed -i "s/output_buffering =.*/output_buffering = '0'/" /etc/php/8.2/apache2/php.ini
sed -i "s/max_execution_time =.*/max_execution_time = 3600/" /etc/php/8.2/apache2/php.ini
sed -i "s/max_input_time =.*/max_input_time = 3600/" /etc/php/8.2/apache2/php.ini
sed -i "s/post_max_size =.*/post_max_size = 10G/" /etc/php/8.2/apache2/php.ini
Expand Down

0 comments on commit 8ffae3e

Please sign in to comment.