chore: update PHP configuration to set memory limit using environment variable
This commit is contained in:
parent
a53a1349e3
commit
3a76ffd6ac
2 changed files with 2 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ ignore_repeated_source = On
|
|||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
|
|
|
|||
|
|
@ -7,3 +7,4 @@ ignore_repeated_source = On
|
|||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
|
|
|
|||
Loading…
Reference in a new issue