ma ham: listen to 0.0.0.0

This commit is contained in:
makefu 2021-06-06 13:18:37 +02:00
parent 8913737175
commit eacd9c4893
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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" ];
};