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

This commit is contained in:
Illia Chub 2021-10-06 12:06:42 +03:00
parent 40f5a19dbb
commit ff75867555

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;