1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-06-14 15:22:21 +02:00
parent 2535771305
commit 0bb9faed76

View file

@ -11,4 +11,6 @@ location /_matrix {
proxy_read_timeout 600;
client_max_body_size 100M;
more_set_headers "Access-Control-Allow-Origin: *";
client_max_body_size 20M;
}