by default, comments all parameters.

Packager will need to change it if needed. Avoid to set it on all new packages in the void

Default value should be handled by core itself
This commit is contained in:
Gofannon 2022-08-26 20:03:18 +02:00 committed by GitHub
parent dabc535bf2
commit 12545536c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,9 @@
; Common values to change to increase file upload limit
; Tips: you need to do modify nginx config too: "client_max_body_size"
php_admin_value[upload_max_filesize] = 50M
php_admin_value[post_max_size] = 50M
;php_admin_value[upload_max_filesize] = 50M
;php_admin_value[post_max_size] = 50M
;php_admin_value[memory_limit] = 64M
; Other common parameters