fix nginx proxy procotol port for nekomesh

This commit is contained in:
fi 2025-11-02 23:09:55 +01:00
commit 122701ea08

View file

@ -9,7 +9,7 @@
hostName = "metrics-nekomesh"; hostName = "metrics-nekomesh";
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 443 9091 ]; allowedTCPPorts = [ 80 8443 9091 ];
}; };
}; };