diff --git a/README.md b/README.md index 607a803..ec21686 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Shipped version:** 2.22.1~ynh1 +**Shipped version:** 2.22.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1ac250d..8ac72c1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files. It allows the creation of multiple users and each user can have its own directory. It can be used as a standalone app or as a middleware. -**Version incluse :** 2.22.1~ynh1 +**Version incluse :** 2.22.2~ynh1 ## Captures d'écran diff --git a/conf/nginx.conf b/conf/nginx.conf index 23fd3ab..9447ce4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,8 +5,6 @@ location __PATH__/ { proxy_buffers 8 32k; proxy_buffer_size 64k; - client_max_body_size 100M; - proxy_pass http://127.0.0.1:__PORT__; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; @@ -18,5 +16,7 @@ location __PATH__/ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - proxy_read_timeout 999999999; + client_max_body_size 2048m; + proxy_read_timeout 86400s; + proxy_send_timeout 86400s; } diff --git a/manifest.json b/manifest.json index 3903e7c..a5e152c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web File Browser", "fr": "Gestionnaire de fichiers" }, - "version": "2.22.1~ynh1", + "version": "2.22.2~ynh1", "url": "https://filebrowser.org", "upstream": { "license": "Apache-2.0",