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:
parent
4ea3b9522b
commit
e47d9bf9be
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user