We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada8195 + 9de9769 commit 76c1920Copy full SHA for 76c1920
docker/startup.sh
@@ -101,8 +101,8 @@ chown -R docker:root /var/www/html/storage/framework/cache
101
if [ -v "PHP_UPLOAD_LIMIT" ]
102
then
103
echo "Changing upload limit to ${PHP_UPLOAD_LIMIT}"
104
- sed -i "s/^upload_max_filesize.*/upload_max_filesize = ${PHP_UPLOAD_LIMIT}M/" /etc/php/*/apache2/php.ini
105
- sed -i "s/^post_max_size.*/post_max_size = ${PHP_UPLOAD_LIMIT}M/" /etc/php/*/apache2/php.ini
+ sed -i "s/^upload_max_filesize.*/upload_max_filesize = ${PHP_UPLOAD_LIMIT}M/" /etc/php*/php.ini
+ sed -i "s/^post_max_size.*/post_max_size = ${PHP_UPLOAD_LIMIT}M/" /etc/php*/php.ini
106
fi
107
108
# If the Oauth DB files are not present copy the vendor files over to the db migrations
0 commit comments