假如使用Nextcloud docker, 掛nginx (FQDN/Domain 掛成 https), 這樣的話, 外面進來會跳成docker的ip:port, 解決方法是在config.php
加上
'overwritehost' => '你的domain/FQDN:443',
'overwriteprotocol' => 'https',
記得重啟docker
假如使用Nextcloud docker, 掛nginx (FQDN/Domain 掛成 https), 這樣的話, 外面進來會跳成docker的ip:port, 解決方法是在config.php
加上
'overwritehost' => '你的domain/FQDN:443',
'overwriteprotocol' => 'https',
記得重啟docker
Comments
comments powered by Disqus