chore: update PHP configuration to set memory limit using environment variable
This commit is contained in:
@@ -7,3 +7,4 @@ ignore_repeated_source = On
|
|||||||
|
|
||||||
upload_max_filesize = 256M
|
upload_max_filesize = 256M
|
||||||
post_max_size = 256M
|
post_max_size = 256M
|
||||||
|
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||||
|
@@ -7,3 +7,4 @@ ignore_repeated_source = On
|
|||||||
|
|
||||||
upload_max_filesize = 256M
|
upload_max_filesize = 256M
|
||||||
post_max_size = 256M
|
post_max_size = 256M
|
||||||
|
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||||
|
Reference in New Issue
Block a user