mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-12 15:34:21 +02:00
nextcloud: fix trusted_proxies
This commit is contained in:
parent
0922ef6cb3
commit
f75624c1b3
1 changed files with 3 additions and 1 deletions
|
@ -402,7 +402,9 @@ array (
|
|||
'updater.release.channel' => 'stable',
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
'$NEXTCLOUD_REVPROX'
|
||||
'$NEXTCLOUD_REVPROX',
|
||||
'127.0.0.1',
|
||||
'::1',
|
||||
),
|
||||
);
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue