Hey there, your file works great after I figured out how to change from the Staging Certificates.
But in the Admin-Panel, it shows me the warning mentioned in the title.
I added the following to get rid of the warning:
'trusted_proxies' =>
array (
0 => 'localhost',
1 => 'sub.mydomain.com',
),
to:
nextcloud_data/_data/config/config.php
I'm not sure if I need both entries in the array, but it works 👍
Hey there, your file works great after I figured out how to change from the Staging Certificates.
But in the Admin-Panel, it shows me the warning mentioned in the title.
I added the following to get rid of the warning:
to:
nextcloud_data/_data/config/config.phpI'm not sure if I need both entries in the array, but it works 👍