1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00

Revert "Set client_max_body_size in default nginx config file"

This reverts commit db39d6b1e238f35ea1d9a9b08a6f25316ce74b8f.
This commit is contained in:
Mario Jauvin 2022-01-31 21:44:59 -05:00
parent 4ea3b9522b
commit e47d9bf9be

View File

@ -39,9 +39,6 @@ RUN apk add --no-cache \
&& mkdir -p /var/www/rainloop \
&& mkdir -p /config
# set client_max_body_size to 0 so it can be overriden in rainloop
RUN sed -i -e 's/client_max_body_size 1m/client_max_body_size 0/' /etc/nginx/nginx.conf
# nginx / PHP config files
COPY config/nginx-rainloop.conf /config/nginx-rainloop.conf
COPY config/php-rainloop.conf /etc/php7/php-fpm.d/rainloop.conf