1
0
Fork 0

Disabling https

This commit is contained in:
Jarkko Toivanen 2023-05-02 18:23:35 +03:00
parent 71789fb33c
commit 47eb331601

View file

@ -78,17 +78,13 @@
apiTokenFile = "/home/jt/conf/cloudflare.token";
};
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 ];
# networking.firewall.allowedUDPPorts = [ ... ];
#security.acme.acceptTerms = true;
#security.acme.defaults.email = "";
services.nginx = {
enable = true;
virtualHosts = {
"leena.jakest.us" = {
addSSL = true;
#enableACME = true;
root = "/var/www/leena.jakest.us";
};
};