Skip to content
Snippets Groups Projects
Commit 8131709a authored by Jonas Leder's avatar Jonas Leder
Browse files

limit post requests to 1M

parent 9b6c5d0f
No related merge requests found
Pipeline #7415 passed
......@@ -21,7 +21,9 @@ RUN composer install
# | Install Webserver
# |--------------------------------------------------------------------------
FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:8-latest as production
ENV PHP_FILE_UPLOADS=Off
ENV PHP_FILE_UPLOADS=Off \
PHP_MAX_POST=1M
RUN apk update && \
apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment