fix: add fix for apache2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-08-13 20:11:07 +02:00
parent 6f57be6b22
commit 8b85d4fea0

View file

@ -91,6 +91,7 @@ RUN echo '[opcache]' > /usr/local/etc/php/conf.d/opcache.ini \
COPY php-uploads.ini /usr/local/etc/php/conf.d/glenux-uploads.ini
COPY php-performance.ini /usr/local/etc/php/conf.d/glenux-performance.ini
COPY php-errors.ini /usr/local/etc/php/conf.d/glenux-errors.ini
RUN echo "LimitRequestBody 0" > /etc/apache2/conf-enabled/nextcloud-fix-413-error.conf
##
## CRON SETUP