File tree Expand file tree Collapse file tree 9 files changed +27
-9
lines changed
Dockerfiles/base/data/php.d
build/ansible/CONFIGURATION Expand file tree Collapse file tree 9 files changed +27
-9
lines changed Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
Original file line number Diff line number Diff line change 1111[PHP]
1212
1313; Memory
14+ ; Note: "memory_limit" should be larger than "post_max_size"
1415memory_limit = 512M
1516
1617
@@ -20,7 +21,8 @@ max_input_time = 180
2021
2122
2223; Uploads
23- post_max_size = 256M
24+ ; Note: "post_max_size" should be greater than "upload_max_filesize"
25+ post_max_size = 384M
2426upload_max_filesize = 256M
2527max_file_uploads = 20
2628
You can’t perform that action at this time.
0 commit comments