Fixed syntax errors

This commit is contained in:
2024-12-27 19:14:23 +02:00
parent 673cf51a86
commit e73d7284ca

View File

@@ -7,7 +7,7 @@
locations."/" = {
proxyPass = "http://localhost:3000";
};
}
};
virtualHosts."185.170.113.195" = {
listen = [{
addr = "0.0.0.0";
@@ -41,5 +41,5 @@
};
};
networking.firewall.allowedTCPPorts = [ 80, 3000 ];
networking.firewall.allowedTCPPorts = [ 80 3000 ];
}