send proxy protocol from hetzner

This commit is contained in:
goeranh 2026-04-21 09:06:13 +02:00
parent 3c186a9e56
commit 6ea0361692
No known key found for this signature in database

View file

@ -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
''; '';
}; };
}; };