1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snappymail_ynh.git synced 2024-09-03 20:26:29 +02:00

Bump max_filesize

This commit is contained in:
ericgaspar 2022-05-06 11:25:52 +02:00
parent f674f6bf9a
commit 0588a38ee7
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ location __PATH__/ {
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 20M;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {

View file

@ -419,7 +419,7 @@ chdir = __FINALPATH__
;php_admin_value[memory_limit] = 32M
; Common values to change to increase file upload limit
; php_admin_value[upload_max_filesize] = 50M
php_admin_value[upload_max_filesize] = 20M
; php_admin_value[post_max_size] = 50M
; php_admin_flag[mail.add_x_header] = Off