1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

Merge pull request #48 from mdeabreu/increase_upload_size

Increase upload size
This commit is contained in:
Éric Gaspar 2023-08-14 18:34:16 +02:00 committed by GitHub
commit 002e6dc78e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,9 @@ location __PATH__/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $server_name;
# set max upload size
client_max_body_size 128M;
# Include SSOWAT user panel.
# include conf.d/yunohost_panel.conf.inc;
}