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

increase upload size

This commit is contained in:
Matthew DeAbreu 2023-07-31 09:30:17 -07:00 committed by GitHub
parent 47ec92a3d1
commit cedbda5bd1
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;
}