1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
This commit is contained in:
ericgaspar 2022-07-03 00:31:12 +02:00
parent 196c4cea7d
commit ffa3e882ff
2 changed files with 4 additions and 4 deletions

View file

@ -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;
}

View file

@ -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",