nextcloud: fix trusted_proxies

This commit is contained in:
thorstenspille 2023-02-11 12:12:40 +01:00
parent 0922ef6cb3
commit f75624c1b3

View File

@ -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