trusted proxies
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user