mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-15 17:04:21 +02:00
Update install-service.sh
Added'trusted_proxies' => array ( '$NEXTCLOUD_REVPROX' ), To enable source IP detection over reverse proxy
This commit is contained in:
parent
8e6c7b5e6a
commit
94a72bff1e
1 changed files with 4 additions and 0 deletions
|
@ -388,6 +388,10 @@ array (
|
|||
'theme' => '',
|
||||
'trashbin_retention_obligation' => 'auto, 7',
|
||||
'updater.release.channel' => 'stable',
|
||||
'trusted_proxies' =>
|
||||
array (
|
||||
'$NEXTCLOUD_REVPROX'
|
||||
),
|
||||
);
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue