ma ham: listen to 0.0.0.0
This commit is contained in:
parent
8913737175
commit
eacd9c4893
@ -180,7 +180,8 @@ in {
|
|||||||
frontend = { };
|
frontend = { };
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
server_host = "127.0.0.1";
|
#server_host = "127.0.0.1";
|
||||||
|
server_host = "0.0.0.0";
|
||||||
trusted_proxies = [ "127.0.0.1" ];
|
trusted_proxies = [ "127.0.0.1" ];
|
||||||
#trusted_proxies = [ "192.168.1.0/24" ];
|
#trusted_proxies = [ "192.168.1.0/24" ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user