mirror of
https://github.com/dali99/nixos-matrix-modules.git
synced 2025-06-20 05:13:33 +02:00
debugging headers
This commit is contained in:
@ -193,6 +193,8 @@ in
|
|||||||
locations."/_matrix" = {
|
locations."/_matrix" = {
|
||||||
proxyPass = "http://$synapse_backend";
|
proxyPass = "http://$synapse_backend";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
add_header X-debug-backend $synapse_backend;
|
||||||
|
add_header X-debug-group $synapse_uri_group;
|
||||||
client_max_body_size ${cfg.settings.max_upload_size};
|
client_max_body_size ${cfg.settings.max_upload_size};
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user