Skip to content
Snippets Groups Projects
Commit 75abc02a authored by Sebastien's avatar Sebastien
Browse files

Merge branch 'tuleap-155-upload-limited' into 'main'

Set upload limit for both memorekall AND legacy

See merge request !58
parents 613a2e37 d5ec12bb
No related branches found
No related tags found
1 merge request!58Set upload limit for both memorekall AND legacy
Pipeline #822 passed
...@@ -27,3 +27,5 @@ WORKDIR /sites/memorekall/www ...@@ -27,3 +27,5 @@ WORKDIR /sites/memorekall/www
VOLUME web_legacy VOLUME web_legacy
VOLUME log VOLUME log
RUN mkdir -p tmp RUN mkdir -p tmp
COPY uploads.ini $PHP_INI_DIR/conf.d/
upload_max_filesize=16M
post_max_size=20M
...@@ -100,5 +100,7 @@ COPY symfony.conf /etc/apache2/sites-enabled/000-default.conf ...@@ -100,5 +100,7 @@ COPY symfony.conf /etc/apache2/sites-enabled/000-default.conf
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
COPY uploads.ini $PHP_INI_DIR/conf.d/
ENTRYPOINT ["bash","/entrypoint.sh"] ENTRYPOINT ["bash","/entrypoint.sh"]
upload_max_filesize=16M
post_max_size=20M
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment