fix nginx proxy procotol port for nekomesh
This commit is contained in:
parent
4e7f683b61
commit
122701ea08
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
hostName = "metrics-nekomesh";
|
hostName = "metrics-nekomesh";
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 443 9091 ];
|
allowedTCPPorts = [ 80 8443 9091 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue