Ensure memory_limit, post_max_size and upload_max_filesize have a correct ration

This commit is contained in:
cytopia
2018-07-28 11:39:59 +02:00
parent 9c9d325724
commit b2a7e7b041
9 changed files with 27 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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