nextcloudpi/etc/ncp-config.d/nc-trusted-proxies.cfg
paschaef 9304c86a03 Add nc-trusted-proxies (#1094)
Signed-off-by: paschaef <45995338+paschaef@users.noreply.github.com>
Signed-off-by: nachoparker <nacho@ownyourbits.com>
2020-03-02 18:31:56 -07:00

29 lines
669 B
INI

{
"id": "nc-trusted-proxies",
"name": "Nc-trusted-proxies",
"title": "nc-trusted-proxies",
"description": "Manually add trusted proxies",
"info": "This operation is only needed if NCP is running behind a reverse proxy and the true client IP address is needed",
"infotitle": "",
"params": [
{
"id": "PROXY1",
"name": "Trusted Proxy #1",
"value": "",
"suggest": "my.proxy.com"
},
{
"id": "PROXY2",
"name": "Trusted Proxy #2",
"value": "",
"suggest": "other.proxy.com"
},
{
"id": "PROXY3",
"name": "Trusted Proxy #3",
"value": "",
"suggest": "172.0.0.1"
}
]
}