send proxy protocol from hetzner
This commit is contained in:
parent
3c186a9e56
commit
6ea0361692
1 changed files with 2 additions and 1 deletions
|
|
@ -39,6 +39,7 @@
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
];
|
];
|
||||||
firewall = {
|
firewall = {
|
||||||
|
enable = true;
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
22
|
22
|
||||||
80
|
80
|
||||||
|
|
@ -96,7 +97,7 @@
|
||||||
server proxy 141.56.51.1:80
|
server proxy 141.56.51.1:80
|
||||||
backend http_443
|
backend http_443
|
||||||
mode tcp
|
mode tcp
|
||||||
server proxy 141.56.51.1:443
|
server proxy 141.56.51.1:443 send-proxy-v2
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue