dendrite: Configure x-forwarded-for header

This commit is contained in:
Erwin Boskma 2024-04-24 20:32:12 +02:00
parent 05eabe012b
commit 350ed60806
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -71,6 +71,9 @@ let
} }
]; ];
}; };
sync_api = {
real_ip_header = "X-Forwarded-For";
};
media_api = { media_api = {
base_path = "${workingDir}/media_store"; base_path = "${workingDir}/media_store";