Disabling https
This commit is contained in:
parent
71789fb33c
commit
47eb331601
1 changed files with 1 additions and 5 deletions
|
@ -78,17 +78,13 @@
|
||||||
apiTokenFile = "/home/jt/conf/cloudflare.token";
|
apiTokenFile = "/home/jt/conf/cloudflare.token";
|
||||||
};
|
};
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
|
|
||||||
#security.acme.acceptTerms = true;
|
|
||||||
#security.acme.defaults.email = "";
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"leena.jakest.us" = {
|
"leena.jakest.us" = {
|
||||||
addSSL = true;
|
|
||||||
#enableACME = true;
|
|
||||||
root = "/var/www/leena.jakest.us";
|
root = "/var/www/leena.jakest.us";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue