Update Dockerfile

This commit is contained in:
Alexandre
2025-05-15 13:52:13 +02:00
committed by GitHub
parent d82f3bc5d4
commit 9be19723ff

View File

@@ -53,7 +53,7 @@ RUN \
# modify nginx limits file # modify nginx limits file
sed -i \ sed -i \
-e '/client_max_body_size/c client_max_body_size 0;' \ -e '/client_max_body_size/c client_max_body_size 0;' \
-e '/post_max_size/c client_body_timeout 900s;' \ -e '/post_max_size/c client_body_timeout 3600s;' \
/defaults/nginx/site-confs/default.conf.sample && \ /defaults/nginx/site-confs/default.conf.sample && \
\ \
# Change location of log # Change location of log