1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00

Post max size

This commit is contained in:
ericgaspar 2021-06-01 13:23:18 +02:00
parent d1fffc2a1f
commit 901e439d58
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 2 deletions

View file

@ -11,6 +11,8 @@ location __PATH__/ {
index index.php;
client_max_body_size 10M;
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
#try_files $uri $uri/ /bludit//bludit/index.php?$args;

View file

@ -419,8 +419,8 @@ 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[post_max_size] = 50M
php_admin_value[upload_max_filesize] = 10M
php_admin_value[post_max_size] = 10M
; php_admin_flag[mail.add_x_header] = Off
; Other common parameters