dendrite: Configure x-forwarded-for header
This commit is contained in:
parent
05eabe012b
commit
350ed60806
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue