I set up a Nextcoud docker container with a nginx reverse proxy. The nginx proxy adds the ssl connection. I ran into a problem, Nextcloud doesnât know my domain name. All created links start with http://nextcloud/âŚ, thus I canât share links etc.
I edited the config.php to âdbhostâ => âexample.comâ without any luck.
How can I set the domain name for Nextcloud so links get created as example.com/⌠?
Hope someone can help.
i think itâs 'overwrite.cli.url' => 'https://...
dbhost is the database host.
1 Like
I found the issue, I forgot to pass the Host in nginx.