1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
* Set client_max_body_size to 50M
This commit is contained in:
Éric Gaspar 2021-07-26 07:28:21 +02:00 committed by GitHub
parent e7f320b8e0
commit 1160056cbe
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
Web-based groceries & household management solution for your home
**Shipped version:** 3.1.0~ynh1
**Shipped version:** 3.1.0~ynh2
**Demo:** https://en.demo.grocy.info/stockoverview

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Solution Web de gestion d'épicerie et de gestion de la maison
**Version incluse :** 3.1.0~ynh1
**Version incluse :** 3.1.0~ynh2
**Démo :** https://en.demo.grocy.info/stockoverview

View file

@ -10,6 +10,8 @@ location / {
index index.php;
client_max_body_size 50M;
try_files $uri __PATH__/index.php;
location ~ [^/]\.php(/|$) {

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] = 50M
php_admin_value[post_max_size] = 50M
; php_admin_flag[mail.add_x_header] = Off
; Other common parameters

View file

@ -6,7 +6,7 @@
"en": "Web-based groceries & household management solution for your home",
"fr": "Solution Web de gestion d'épicerie et de gestion de la maison"
},
"version": "3.1.0~ynh1",
"version": "3.1.0~ynh2",
"url": "https://grocy.info",
"upstream": {
"license": "MIT",