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