debugging headers

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-10 07:08:35 +01:00
parent d44e015ae8
commit 632a6f26ad
1 changed files with 2 additions and 0 deletions

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};
'';
};