open port 80

This commit is contained in:
Johannes Jöns 2024-02-17 21:24:11 +01:00
parent b2a25c9da5
commit ffbc52696c

View file

@ -52,8 +52,8 @@
forceSSL = true;
};
"db.missing.ninja" = {
enableACME = false;
forceSSL = false;
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://134.255.219.135:8000/";
};
@ -90,8 +90,8 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 443 8000 ];
allowedUDPPorts = [ 443 8000 ];
allowedTCPPorts = [ 80 443 8000 ];
# allowedUDPPorts = [ 80 443 8000 ];
};
users.users.fp = {