mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
fix(nextcloud): removed trusted_proxies from proxy.config.php
This commit is contained in:
parent
c304a4710e
commit
a51863566d
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@ nextcloud:
|
|||
<?php
|
||||
$CONFIG = array (
|
||||
'proxy' => 'proxy-squid.proxy.svc.cluster.local:3128',
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
0 => 'proxy-squid.proxy.svc.cluster.local',
|
||||
),
|
||||
'proxyexclude' => ['.cluster.local'],
|
||||
'debug' => true,
|
||||
'loglevel' => 1,
|
||||
|
|
Loading…
Reference in a new issue