mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
increase php max upload size
This commit is contained in:
parent
2115d4e117
commit
0468aa1e84
1 changed files with 2 additions and 2 deletions
|
|
@ -16,5 +16,5 @@ RUN wget https://getcomposer.org/composer.phar \
|
|||
&& rm composer.phar
|
||||
|
||||
RUN echo "clear_env = no" >> /usr/local/etc/php/php-fpm.conf \
|
||||
&& echo "post_max_size = 100M" >> /usr/local/etc/php/php.ini \
|
||||
&& echo "upload_max_filesize = 100M" >> /usr/local/etc/php/php.ini
|
||||
&& echo "post_max_size = 150M" >> /usr/local/etc/php/php.ini \
|
||||
&& echo "upload_max_filesize = 150M" >> /usr/local/etc/php/php.ini
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue