trusted proxies

This commit is contained in:
2021-08-20 12:36:29 +02:00
parent 3108ceeebc
commit 8e3e8c0e45
2 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ $CONFIG = array(
'trusted_domains' => array( 'trusted_domains' => array(
0 => 'nc.lan' 0 => 'nc.lan'
), ),
'trusted_proxies' => array(
0 => '172.23.255.1',
1 => '127.0.0.1'
),
'datadirectory' => '/var/www/html/data', 'datadirectory' => '/var/www/html/data',
'dbtype' => 'pgsql', 'dbtype' => 'pgsql',
'version' => '20.0.9.1', 'version' => '20.0.9.1',

View File

@@ -43,7 +43,7 @@ spec:
containerPort: 80 containerPort: 80
protocol: TCP protocol: TCP
- name: nextcloud - name: nextcloud
image: cr.lan/nextcloud image: cr.lan/nextcloud:latest
lifecycle: lifecycle:
postStart: postStart:
exec: exec: