Update install-service.sh

Added'trusted_proxies' => 
array (
'$NEXTCLOUD_REVPROX'
),
To enable source IP detection over reverse proxy
This commit is contained in:
DerFossiBaer 2021-05-05 10:39:58 +02:00 committed by GitHub
parent 8e6c7b5e6a
commit 94a72bff1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,6 +388,10 @@ array (
'theme' => '',
'trashbin_retention_obligation' => 'auto, 7',
'updater.release.channel' => 'stable',
'trusted_proxies' =>
array (
'$NEXTCLOUD_REVPROX'
),
);
EOF