summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-06-06 13:18:37 +0200
committermakefu <github@syntax-fehler.de>2021-06-06 13:18:37 +0200
commiteacd9c4893c0fb27b2ec99ae887fed820dc9ea89 (patch)
treea261e80f732fa1c458a0652c022324a23695a280 /makefu
parent891373717500f2551d4b2e1f88605fae6bc91d7a (diff)
ma ham: listen to 0.0.0.0
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/home/ham/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/home/ham/default.nix b/makefu/2configs/home/ham/default.nix
index 11894906..79f26a05 100644
--- a/makefu/2configs/home/ham/default.nix
+++ b/makefu/2configs/home/ham/default.nix
@@ -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" ];
};