mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 21:11:14 +00:00
Ensure memory_limit, post_max_size and upload_max_filesize have a correct ration
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
[PHP]
|
||||
|
||||
; Memory
|
||||
; Note: "memory_limit" should be larger than "post_max_size"
|
||||
memory_limit = 512M
|
||||
|
||||
|
||||
@@ -20,7 +21,8 @@ max_input_time = 180
|
||||
|
||||
|
||||
; Uploads
|
||||
post_max_size = 256M
|
||||
; Note: "post_max_size" should be greater than "upload_max_filesize"
|
||||
post_max_size = 384M
|
||||
upload_max_filesize = 256M
|
||||
max_file_uploads = 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user