mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
parent
9ea0df2aa7
commit
6be9fcd271
5 changed files with 7 additions and 5 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Simple, Fast, Secure, Flat-File CMS
|
Simple, Fast, Secure, Flat-File CMS
|
||||||
|
|
||||||
**Shipped version:** 3.13.1~ynh4
|
**Shipped version:** 3.13.1~ynh5
|
||||||
|
|
||||||
**Demo:** https://demo.example.com
|
**Demo:** https://demo.example.com
|
||||||
|
|
||||||
|
|
|
@ -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
|
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
|
**Démo :** https://demo.example.com
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,8 @@ location __PATH__/ {
|
||||||
|
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
|
client_max_body_size 10M;
|
||||||
|
|
||||||
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
|
if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; }
|
||||||
|
|
||||||
#try_files $uri $uri/ /bludit//bludit/index.php?$args;
|
#try_files $uri $uri/ /bludit//bludit/index.php?$args;
|
||||||
|
|
|
@ -419,8 +419,8 @@ chdir = __FINALPATH__
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
|
|
||||||
; Common values to change to increase file upload limit
|
; Common values to change to increase file upload limit
|
||||||
; php_admin_value[upload_max_filesize] = 50M
|
php_admin_value[upload_max_filesize] = 10M
|
||||||
; php_admin_value[post_max_size] = 50M
|
php_admin_value[post_max_size] = 10M
|
||||||
; php_admin_flag[mail.add_x_header] = Off
|
; php_admin_flag[mail.add_x_header] = Off
|
||||||
|
|
||||||
; Other common parameters
|
; Other common parameters
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Simple, Fast, Secure, Flat-File CMS",
|
"en": "Simple, Fast, Secure, Flat-File CMS",
|
||||||
"fr": "CMS simple, rapide, sécurisé et à fichier plat"
|
"fr": "CMS simple, rapide, sécurisé et à fichier plat"
|
||||||
},
|
},
|
||||||
"version": "3.13.1~ynh4",
|
"version": "3.13.1~ynh5",
|
||||||
"url": "www.bludit.com",
|
"url": "www.bludit.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue