Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
6ac55fe4a2
fix ports in redirects 2026-04-04 17:21:39 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,8 @@ in {
# Then tell the realip_module to get the addreses from the proxy protocol # Then tell the realip_module to get the addreses from the proxy protocol
# header. # header.
real_ip_header proxy_protocol; real_ip_header proxy_protocol;
port_in_redirect off;
''; '';
}; };
}; };

View file

@ -48,6 +48,8 @@ in {
# Then tell the realip_module to get the addreses from the proxy protocol # Then tell the realip_module to get the addreses from the proxy protocol
# header. # header.
real_ip_header proxy_protocol; real_ip_header proxy_protocol;
port_in_redirect off;
''; '';
}; };
}; };