Compare commits

..

No commits in common. "main" and "feat/docs-c3voc-static-web" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View file

@ -42,8 +42,6 @@ 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,8 +48,6 @@ 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;
''; '';
}; };
}; };