Is production: true
#migrated #issue #nextcloud

Title: Nextcloud generated url using http instead of https

Created: 1 Jan 2020 Modified: 1 Jan 2020

Description: A issue happen when setup nextcloud behind a reverse proxy server.



The nextcloud native client for login creating web url as http instead of https.

[Solution Link]

The solution for this is to add a configuration to the config.php

#Add below config to config under config.php
'overwriteprotocol' => 'https'

[Legacy Link]