Allow proxy protocol to reverse proxy
This commit is contained in:
parent
fe86c128ed
commit
f19436b178
2 changed files with 13 additions and 7 deletions
|
|
@ -21,7 +21,7 @@
|
|||
hostName = "web-public-2";
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 80 443 5000 8448 ];
|
||||
allowedTCPPorts = [ 80 443 5000 8443 8448 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue