trusted proxies
This commit is contained in:
@@ -40,6 +40,10 @@ $CONFIG = array(
|
||||
'trusted_domains' => array(
|
||||
0 => 'nc.lan'
|
||||
),
|
||||
'trusted_proxies' => array(
|
||||
0 => '172.23.255.1',
|
||||
1 => '127.0.0.1'
|
||||
),
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'dbtype' => 'pgsql',
|
||||
'version' => '20.0.9.1',
|
||||
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
containerPort: 80
|
||||
protocol: TCP
|
||||
- name: nextcloud
|
||||
image: cr.lan/nextcloud
|
||||
image: cr.lan/nextcloud:latest
|
||||
lifecycle:
|
||||
postStart:
|
||||
exec:
|
||||
|
||||
Reference in New Issue
Block a user