Update
This commit is contained in:
parent
41a6de85b1
commit
fbf3fe3255
@ -12,15 +12,11 @@
|
|||||||
networking.firewall.allowedTCPPorts = [ 80 443 8083 ];
|
networking.firewall.allowedTCPPorts = [ 80 443 8083 ];
|
||||||
|
|
||||||
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||||
forceSSL = true;
|
forceSSL = false;
|
||||||
enableACME = true;
|
enableACME = false;
|
||||||
listen = [{
|
listen = [{
|
||||||
addr = "localhost";
|
addr = "localhost";
|
||||||
port = 8083;
|
port = 8083;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
security.acme = {
|
|
||||||
defaults.email = "contact@anotherhadi.com";
|
|
||||||
acceptTerms = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user