This commit is contained in:
Hadi 2024-06-08 02:28:42 +02:00
parent cbb276551c
commit 08b9ef2677

View File

@ -10,7 +10,7 @@
};
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
forceSSL = true;
forceSSL = false;
enableACME = false;
};
}