increase matrix request-uri max size

This commit is contained in:
lilly 2026-09-02 14:59:05 +02:00
commit ef759b4c0c
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -92,6 +92,8 @@
# Then tell the realip_module to get the addreses from the proxy protocol
# header.
real_ip_header proxy_protocol;
# increase header buffer size because mjolnir sometimes uses very large URIs which nginx would normally block
large_client_header_buffers 4 16k;
'';
};