From 0687b4a8848f70c03df20e5e338b448383122d14 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 1 Apr 2021 20:57:23 +0200 Subject: [PATCH 1/2] Fix #125 --- conf/nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index ae95ddf..eb8be2b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,6 +9,9 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } + # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file + client_max_body_size 50M; + proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; From 5250a50f0bf177a79b30c25f8b6baa7ef615f75e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 1 Apr 2021 20:58:44 +0200 Subject: [PATCH 2/2] 1.20.0~ynh2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2983448..a9cda2f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage passwords and other sensitive informations", "fr": "Gérez les mots de passe et autres informations sensibles" }, - "version": "1.20.0~ynh1", + "version": "1.20.0~ynh2", "url": "https://github.com/dani-garcia/bitwarden_rs", "license": "GPL-3.0-or-later", "maintainer": {