Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Aug 14, 2024
1 parent 10de560 commit 109f862
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 8.2/php.ini
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 109f862

Please sign in to comment.