mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
nextcloud: fix trusted_proxies
This commit is contained in:
parent
0922ef6cb3
commit
f75624c1b3
@ -402,7 +402,9 @@ array (
|
|||||||
'updater.release.channel' => 'stable',
|
'updater.release.channel' => 'stable',
|
||||||
'trusted_proxies' =>
|
'trusted_proxies' =>
|
||||||
array (
|
array (
|
||||||
'$NEXTCLOUD_REVPROX'
|
'$NEXTCLOUD_REVPROX',
|
||||||
|
'127.0.0.1',
|
||||||
|
'::1',
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user