forked from CCCHH/nix-infra
increase matrix request-uri max size
This commit is contained in:
parent
ed89e6263c
commit
ef759b4c0c
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@
|
||||||
# Then tell the realip_module to get the addreses from the proxy protocol
|
# Then tell the realip_module to get the addreses from the proxy protocol
|
||||||
# header.
|
# header.
|
||||||
real_ip_header proxy_protocol;
|
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;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue