diff --git a/README.md b/README.md
index d2ed5c4..a8ee228 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Garage is designed for storage clusters composed of nodes running at different p
- K2V API (experimental)
-**Shipped version:** 0.9.1~ynh1
+**Shipped version:** 0.9.1~ynh2
## Documentation and resources
* Official app website:
diff --git a/README_fr.md b/README_fr.md
index c8179b8..6142e2b 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -35,7 +35,7 @@ Garage is designed for storage clusters composed of nodes running at different p
- K2V API (experimental)
-**Version incluse :** 0.9.1~ynh1
+**Version incluse :** 0.9.1~ynh2
## Documentations et ressources
* Site officiel de l’app :
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 270f18a..3424ae0 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -4,4 +4,6 @@ location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT_API__;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
+
+ client_max_body_size 1000M;
}
diff --git a/manifest.toml b/manifest.toml
index 5a23f7a..d46a692 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Garage"
description.en = "S3 storage"
description.fr = "stockage S3"
-version = "0.9.1~ynh1"
+version = "0.9.1~ynh2"
maintainers = ["oiseauroch"]