1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-01-05 09:07:30 +01:00

debugging headers

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-10 07:08:35 +01:00
parent d44e015ae8
commit 632a6f26ad

View File

@ -193,6 +193,8 @@ in
locations."/_matrix" = {
proxyPass = "http://$synapse_backend";
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};
'';
};