fix proxy prot conf
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s
This commit is contained in:
parent
39cdbdc239
commit
9025adc997
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ in {
|
||||||
chmod +x $out/bin/packsquash
|
chmod +x $out/bin/packsquash
|
||||||
'';
|
'';
|
||||||
in "${packsquash-binary}/bin/packsquash";
|
in "${packsquash-binary}/bin/packsquash";
|
||||||
"config/proxy_protocol_support.json" = {
|
"config/proxy_protocol_support.json".value = {
|
||||||
enableProxyProtocol = true;
|
enableProxyProtocol = true;
|
||||||
whitelistTCPShieldServers = false;
|
whitelistTCPShieldServers = false;
|
||||||
proxyServerIPs = [ "127.0.0.1" "::1" ];
|
proxyServerIPs = [ "127.0.0.1" "::1" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue