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:
Éric Gaspar 2021-06-01 14:34:58 +02:00 committed by GitHub
parent 9ea0df2aa7
commit 6be9fcd271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 5 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Simple, Fast, Secure, Flat-File CMS
**Shipped version:** 3.13.1~ynh4
**Shipped version:** 3.13.1~ynh5
**Demo:** https://demo.example.com

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
CMS simple, rapide, sécurisé et à fichier plat
**Version incluse :** 3.13.1~ynh4
**Version incluse :** 3.13.1~ynh5
**Démo :** https://demo.example.com

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

View file

@ -6,7 +6,7 @@
"en": "Simple, Fast, Secure, Flat-File CMS",
"fr": "CMS simple, rapide, sécurisé et à fichier plat"
},
"version": "3.13.1~ynh4",
"version": "3.13.1~ynh5",
"url": "www.bludit.com",
"upstream": {
"license": "MIT",