From 109f86257f4116353731ed89d7779162ba598764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Ioni=C8=9B=C4=83?= Date: Wed, 14 Aug 2024 13:22:23 +0100 Subject: [PATCH] wip --- 8.2/php.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/8.2/php.ini b/8.2/php.ini index 4dc486a..6d9078a 100644 --- a/8.2/php.ini +++ b/8.2/php.ini @@ -1,15 +1,15 @@ expose_php = Off ; TODO: maybe configurable -memory_limit = 256M +memory_limit = ${PHP_MEMORY_LIMIT:-256M} ; TODO: maybe configurable -post_max_size = 50M +post_max_size = ${PHP_MEMORY_LIMIT:-50M} ; TODO: maybe configurable -upload_max_filesize = 50M +upload_max_filesize = ${PHP_UPLOAD_MAX_FILESIZE:-50M} -; [opcache] +[opcache] ; Determines if Zend OPCache is enabled opcache.enable=1