debugging headers
This commit is contained in:
parent
d44e015ae8
commit
632a6f26ad
|
@ -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};
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue