Fixed issue with Desktop clients being not able to connect to the Nextcloud instance

pull/17/head
Illia Chub 2021-10-06 12:06:42 +03:00
parent 40f5a19dbb
commit ff75867555
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ EOF
hostName = "cloud.$DOMAIN";
# Use HTTPS for links
https = false;
https = true;
# Auto-update Nextcloud Apps
autoUpdateApps.enable = true;