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:
parent
d44e015ae8
commit
632a6f26ad
@ -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};
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user