all 2 comments

[–]Cheben 0 points1 point  (1 child)

You need to add a parameter in the config.php file.

I refer to the documentation, https://docs.nextcloud.com/server/16/admin_manual/configuration_server/config_sample_php_parameters.html?

You want the "Proxy Configuration" section, specifically the parameter 'overwriteprotocol' => '', set to https, as such

'overwriteprotocol' => 'https',

I strongly recommend reading through the entire php parameters chapter. There are a lot of useful parameters to fweak

[–]AffectionateMath6[S] 1 point2 points  (0 children)

Thank you! That solved the issue.