summaryrefslogtreecommitdiffstats
path: root/2configs/home
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
commit427d96d6e67364c37a7197b425055bb5fd5d5816 (patch)
tree9536eafac5ef1ee846d1eb4c71176feaef2c6696 /2configs/home
parentd25a1ece49ceae2012b3505526c9acb90f2d4942 (diff)
ma ham: listen to 0.0.0.0
Diffstat (limited to '2configs/home')
-rw-r--r--2configs/home/ham/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/home/ham/default.nix b/2configs/home/ham/default.nix
index 11894906e..79f26a053 100644
--- a/2configs/home/ham/default.nix
+++ b/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" ];
};