ma ham: listen to 0.0.0.0
This commit is contained in:
parent
d25a1ece49
commit
427d96d6e6
|
@ -180,7 +180,8 @@ in {
|
|||
frontend = { };
|
||||
http = {
|
||||
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 = [ "192.168.1.0/24" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue