1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2025-03-14 07:34:25 +01:00

remove uri debug

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-10 08:29:15 +01:00
parent 8ab05856ca
commit 07417577d7

View File

@ -195,7 +195,6 @@ in
extraConfig = ''
add_header X-debug-backend $synapse_backend;
add_header X-debug-group $synapse_uri_group;
add_header X-debug-uri $request_uri;
client_max_body_size ${cfg.settings.max_upload_size};
'';
};