s4f-conference: allow larger uploads

they should probably be using nextcloud for this, but i can't be
bothered to make them a group there, so here we go 🤷
This commit is contained in:
stuebinm 2024-05-21 17:38:34 +02:00
parent 285a8e6a8e
commit 4ffedfe532

View file

@ -126,6 +126,8 @@
proxy_hide_header Content-Security-Policy;
proxy_hide_header X-Frame-Options;
proxy_redirect off;
client_max_body_size 100M;
'';
};
forceSSL = true;