fixing trusted_proxies
This commit is contained in:
parent
5906121ffb
commit
982ef2820d
|
@ -69,7 +69,7 @@ with lib;
|
||||||
overwriteProtocol = "https";
|
overwriteProtocol = "https";
|
||||||
default_phone_region = "US";
|
default_phone_region = "US";
|
||||||
trusted_domains = [ dn ];
|
trusted_domains = [ dn ];
|
||||||
trusted_proxies = [ "127.0.0.1" "24.255.22.143" "0.0.0.0" ];
|
trusted_proxies = [ "127.0.0.1" "24.225.22.143" "0.0.0.0" ];
|
||||||
maintenance_window_start = 1;
|
maintenance_window_start = 1;
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
|
|
Loading…
Reference in a new issue